Html Css Color HEX #CBC766 Wild Willow

📋 copy color: '#CBC766'

red 203 ◦ green 199 ◦ blue 102

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

Shades of Wild Willow #CBC766

Tints of Wild Willow #CBC766

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

 BLUE value IS 102 (40.23% from 255) = 20.24%

R = 40.28%
G = 39.48%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CBC766 (or 0xCBC766) is known color: Wild Willow. HEX triplet: CB, C7 and 66. RGB value is (203,199,102). Sum of RGB (Red+Green+Blue) = 203+199+102=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC766 is #343899. Grayscale: #BDBDBD. Windows color (decimal): -3422362 or 6735819. OLE color: 6735819.

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

Color convert

RGB 203 199 102 -
CMYK 0 0.02 0.50 0.20
HSL 57.62º 0.49% 0.6% -
HSV(B) 57.62º 0.5% 0.8% -
XYZ 47.45 54.5 20.59 -
YUV 189.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 203 199 102 0 0.02 0.50 0.20 57.62 0.49 0.6
Hex CB C7 66 0 2 32 14 3A 31 3C
Octal 313 307 146 0 2 62 24 72 61 74
Binary 11001011 11000111 1100110 0 10 110010 10100 111010 110001 111100

Color Harmonies of #CBC766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC766

Black with #CBC766

Text Example


Text Example

White with #CBC766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC766; }

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

 H1.HeaderClassName
 {
   color: #CBC766;
 }
 .AnyTagClassName
 {
   color: #CBC766;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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