#CBC761

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

Shades of Wild Willow #CBC761

Tints of Wild Willow #CBC761

Color information

#CBC761 (or 0xCBC761) is unknown color: approx Wild Willow. HEX triplet: CB, C7 and 61. RGB value is (203,199,97). Sum of RGB (Red+Green+Blue) = 203+199+97=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC761 is #34389E. Grayscale: #BCBCBC. Windows color (decimal): -3422367 or 6408139. OLE color: 6408139.

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

Color convert

RGB20319997-
CMYK00.020.520.20
HSL57.74º50.48%58.82%-
HSV(B)57.74º52.22%79.61%-
XYZ47.2154.4119.32-
YUV188.5776.33138.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 199 (78.12% from 255) = 39.88%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=40.68%
G=39.88%
B=19.44%

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
Decimal2031999700.020.520.2057.7450.4858.82
HexCBC7610234143a323b
Octal313307141026424726273
Binary1100101111000111110000101011010010100111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC761; }

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

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

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

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

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

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

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

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