#CBCA57

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

Shades of Wild Willow #CBCA57

Tints of Wild Willow #CBCA57

Color information

#CBCA57 (or 0xCBCA57) is unknown color: approx Wild Willow. HEX triplet: CB, CA and 57. RGB value is (203,202,87). Sum of RGB (Red+Green+Blue) = 203+202+87=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA57 is #3435A8. Grayscale: #BDBDBD. Windows color (decimal): -3421609 or 5753547. OLE color: 5753547.

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

Color convert

RGB20320287-
CMYK00.000.570.20
HSL59.48º52.73%56.86%-
HSV(B)59.48º57.14%79.61%-
XYZ47.4755.6317.25-
YUV189.1970.33137.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 87 (34.38% from 255) = 17.68%
R=41.26%
G=41.06%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032028700.000.570.2059.4852.7356.86
HexCBCA570039143b3539
Octal313312127007124736571
Binary110010111100101010101110011100110100111011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA57; }

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

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

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

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

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

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

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

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