Html Css Color HEX #CBC072 Winter Hazel

📋 copy color: '#CBC072'

red 203 ◦ green 192 ◦ blue 114

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

Shades of Winter Hazel #CBC072

Tints of Winter Hazel #CBC072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.72%

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

R = 39.88%
G = 37.72%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBC072 (or 0xCBC072) is known color: Winter Hazel. HEX triplet: CB, C0 and 72. RGB value is (203,192,114). Sum of RGB (Red+Green+Blue) = 203+192+114=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC072 is #343F8D. Grayscale: #BABABA. Windows color (decimal): -3424142 or 7520459. OLE color: 7520459.

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

Color convert

RGB 203 192 114 -
CMYK 0 0.05 0.44 0.20
HSL 52.58º 0.46% 0.62% -
HSV(B) 52.58º 0.44% 0.8% -
XYZ 46.52 51.61 23.43 -
YUV 186.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 203 192 114 0 0.05 0.44 0.20 52.58 0.46 0.62
Hex CB C0 72 0 5 2C 14 35 2E 3E
Octal 313 300 162 0 5 54 24 65 56 76
Binary 11001011 11000000 1110010 0 101 101100 10100 110101 101110 111110

Color Harmonies of #CBC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC072

Black with #CBC072

Text Example


Text Example

White with #CBC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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