Html Css Color HEX #CBC761 Wild Willow

📋 copy color: '#CBC761'

red 203 ◦ green 199 ◦ blue 97

#CBC761
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CBC761

Tints of Wild Willow #CBC761

RGB

 RED value IS 203 (79.69% from 255) = 40.68%

 GREEN value IS 199 (78.13% 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 value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBC761 (or 0xCBC761) is known color: 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

RGB 203 199 97 -
CMYK 0 0.02 0.52 0.20
HSL 57.74º 0.5% 0.59% -
HSV(B) 57.74º 0.52% 0.8% -
XYZ 47.21 54.41 19.32 -
YUV 188.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 203 199 97 0 0.02 0.52 0.20 57.74 0.5 0.59
Hex CB C7 61 0 2 34 14 3A 32 3B
Octal 313 307 141 0 2 64 24 72 62 73
Binary 11001011 11000111 1100001 0 10 110100 10100 111010 110010 111011

Color Harmonies of #CBC761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC761

Black with #CBC761

Text Example


Text Example

White with #CBC761

Text Example


Text Example

HTML Codes & Css Web 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>