Html Css Color HEX #CBC272 Winter Hazel

📋 copy color: '#CBC272'

red 203 ◦ green 194 ◦ blue 114

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

Shades of Winter Hazel #CBC272

Tints of Winter Hazel #CBC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.96%

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

R = 39.73%
G = 37.96%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBC272 (or 0xCBC272) is known color: Winter Hazel. HEX triplet: CB, C2 and 72. RGB value is (203,194,114). Sum of RGB (Red+Green+Blue) = 203+194+114=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC272 is #343D8D. Grayscale: #BBBBBB. Windows color (decimal): -3423630 or 7520971. OLE color: 7520971.

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

Color convert

RGB 203 194 114 -
CMYK 0 0.04 0.44 0.20
HSL 53.93º 0.46% 0.62% -
HSV(B) 53.93º 0.44% 0.8% -
XYZ 46.96 52.49 23.58 -
YUV 187.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 203 194 114 0 0.04 0.44 0.20 53.93 0.46 0.62
Hex CB C2 72 0 4 2C 14 36 2E 3E
Octal 313 302 162 0 4 54 24 66 56 76
Binary 11001011 11000010 1110010 0 100 101100 10100 110110 101110 111110

Color Harmonies of #CBC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC272

Black with #CBC272

Text Example


Text Example

White with #CBC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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