Html Css Color HEX #CBC472 Winter Hazel

📋 copy color: '#CBC472'

red 203 ◦ green 196 ◦ blue 114

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

Shades of Winter Hazel #CBC472

Tints of Winter Hazel #CBC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 39.57%
G = 38.21%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBC472 (or 0xCBC472) is known color: Winter Hazel. HEX triplet: CB, C4 and 72. RGB value is (203,196,114). Sum of RGB (Red+Green+Blue) = 203+196+114=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC472 is #343B8D. Grayscale: #BDBDBD. Windows color (decimal): -3423118 or 7521483. OLE color: 7521483.

HSL color Cylindrical-coordinate representation of color #CBC472: hue angle of 55.28º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBC472 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 114 -
CMYK 0 0.03 0.44 0.20
HSL 55.28º 0.46% 0.62% -
HSV(B) 55.28º 0.44% 0.8% -
XYZ 47.41 53.39 23.73 -
YUV 188.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 203 196 114 0 0.03 0.44 0.20 55.28 0.46 0.62
Hex CB C4 72 0 3 2C 14 37 2E 3E
Octal 313 304 162 0 3 54 24 67 56 76
Binary 11001011 11000100 1110010 0 11 101100 10100 110111 101110 111110

Color Harmonies of #CBC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC472

Black with #CBC472

Text Example


Text Example

White with #CBC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC472; }

 p { color: rgb(203,196,114); }

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

background-color css

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

 a { background-color: rgb(203,196,114); }

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

border-color css

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

 span { border-color: rgb(203,196,114); }

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