#CBCA65

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

Shades of Wild Willow #CBCA65

Tints of Wild Willow #CBCA65

Color information

#CBCA65 (or 0xCBCA65) is unknown color: approx Wild Willow. HEX triplet: CB, CA and 65. RGB value is (203,202,101). Sum of RGB (Red+Green+Blue) = 203+202+101=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA65 is #34359A. Grayscale: #BFBFBF. Windows color (decimal): -3421595 or 6671051. OLE color: 6671051.

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

Color convert

RGB203202101-
CMYK00.000.500.20
HSL59.41º49.51%59.61%-
HSV(B)59.41º50.25%79.61%-
XYZ48.155.8820.56-
YUV190.7877.33136.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=40.12%
G=39.92%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320210100.000.500.2059.4149.5159.61
HexCBCA650032143b323c
Octal313312145006224736274
Binary110010111100101011001010011001010100111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA65; }

 p { color: rgb(203,202,101); }

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

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

 a { background-color: rgb(203,202,101); }

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

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

 span { border-color: rgb(203,202,101); }

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