#CBC664

Color #CBC664 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CBC664

Tints of Wild Willow #CBC664

Color information

#CBC664 (or 0xCBC664) is unknown color: approx Wild Willow. HEX triplet: CB, C6 and 64. RGB value is (203,198,100). Sum of RGB (Red+Green+Blue) = 203+198+100=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC664 is #34399B. Grayscale: #BCBCBC. Windows color (decimal): -3422620 or 6604491. OLE color: 6604491.

HSL color Cylindrical-coordinate representation of color #CBC664: hue angle of 57.09º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBC664 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB203198100-
CMYK00.020.510.20
HSL57.09º49.76%59.41%-
HSV(B)57.09º50.74%79.61%-
XYZ47.125420-
YUV188.3278.16138.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=40.52%
G=39.52%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319810000.020.510.2057.0949.7659.41
HexCBC66402331439323b
Octal313306144026324716273
Binary1100101111000110110010001011001110100111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC664; }

 p { color: rgb(203,198,100); }

 H1.HeaderClassName
 {
   color: #CBC664;
 }
 .AnyTagClassName
 {
   color: #CBC664;
 }
</style>
background-color css

<style>
 a { background-color: #CBC664; }

 a { background-color: rgb(203,198,100); }

 div.DivClassName
 {
   background-color: #CBC664;
 }
 .BgClassName
 {
   background-color: #CBC664;
 }
</style>
border-color css

<style>
 span { border-color: #CBC664; }

 span { border-color: rgb(203,198,100); }

 td.TdClassName
 {
   border-color: #CBC664;
 }
 .TagClassName
 {
   border-color: #CBC664;
 }
</style>