Html Css Color HEX #CBC572 Winter Hazel

📋 copy color: '#CBC572'

red 203 ◦ green 197 ◦ blue 114

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

Shades of Winter Hazel #CBC572

Tints of Winter Hazel #CBC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.33%

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

R = 39.49%
G = 38.33%
B = 22.18%

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

#CBC572 (or 0xCBC572) is known color: Winter Hazel. HEX triplet: CB, C5 and 72. RGB value is (203,197,114). Sum of RGB (Red+Green+Blue) = 203+197+114=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC572 is #343A8D. Grayscale: #BDBDBD. Windows color (decimal): -3422862 or 7521739. OLE color: 7521739.

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

Color convert

RGB 203 197 114 -
CMYK 0 0.03 0.44 0.20
HSL 55.96º 0.46% 0.62% -
HSV(B) 55.96º 0.44% 0.8% -
XYZ 47.63 53.84 23.8 -
YUV 189.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 203 197 114 0 0.03 0.44 0.20 55.96 0.46 0.62
Hex CB C5 72 0 3 2C 14 38 2E 3E
Octal 313 305 162 0 3 54 24 70 56 76
Binary 11001011 11000101 1110010 0 11 101100 10100 111000 101110 111110

Color Harmonies of #CBC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC572

Black with #CBC572

Text Example


Text Example

White with #CBC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC572; }

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

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

background-color css

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

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

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

border-color css

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

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

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