#CBC862

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

Shades of Wild Willow #CBC862

Tints of Wild Willow #CBC862

Color information

#CBC862 (or 0xCBC862) is unknown color: approx Wild Willow. HEX triplet: CB, C8 and 62. RGB value is (203,200,98). Sum of RGB (Red+Green+Blue) = 203+200+98=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC862 is #34379D. Grayscale: #BDBDBD. Windows color (decimal): -3422110 or 6473931. OLE color: 6473931.

HSL color Cylindrical-coordinate representation of color #CBC862: hue angle of 58.29º 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 #CBC862 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20320098-
CMYK00.010.520.20
HSL58.29º50.24%59.02%-
HSV(B)58.29º51.72%79.61%-
XYZ47.4954.8919.65-
YUV189.2776.49137.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=40.52%
G=39.92%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032009800.010.520.2058.2950.2459.02
HexCBC8620134143a323b
Octal313310142016424726273
Binary110010111100100011000100111010010100111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC862; }

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

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

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

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

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

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

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

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