#CBC762

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

Shades of Wild Willow #CBC762

Tints of Wild Willow #CBC762

Color information

#CBC762 (or 0xCBC762) is unknown color: approx Wild Willow. HEX triplet: CB, C7 and 62. RGB value is (203,199,98). Sum of RGB (Red+Green+Blue) = 203+199+98=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC762 is #34389D. Grayscale: #BDBDBD. Windows color (decimal): -3422366 or 6473675. OLE color: 6473675.

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

Color convert

RGB20319998-
CMYK00.020.520.20
HSL57.71º50.24%59.02%-
HSV(B)57.71º51.72%79.61%-
XYZ47.2654.4319.57-
YUV188.6876.83138.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 98 (38.67% from 255) = 19.6%
R=40.6%
G=39.8%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031999800.020.520.2057.7150.2459.02
HexCBC7620234143a323b
Octal313307142026424726273
Binary1100101111000111110001001011010010100111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC762; }

 p { color: rgb(203,199,98); }

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

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

 a { background-color: rgb(203,199,98); }

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

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

 span { border-color: rgb(203,199,98); }

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