Html Css Color HEX #CBC27C Winter Hazel

📋 copy color: '#CBC27C'

red 203 ◦ green 194 ◦ blue 124

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

Shades of Winter Hazel #CBC27C

Tints of Winter Hazel #CBC27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.8%

R = 38.96%
G = 37.24%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CBC27C (or 0xCBC27C) is known color: Winter Hazel. HEX triplet: CB, C2 and 7C. RGB value is (203,194,124). Sum of RGB (Red+Green+Blue) = 203+194+124=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC27C is #343D83. Grayscale: #BDBDBD. Windows color (decimal): -3423620 or 8176331. OLE color: 8176331.

HSL color Cylindrical-coordinate representation of color #CBC27C: hue angle of 53.16º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBC27C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 124 -
CMYK 0 0.04 0.39 0.20
HSL 53.16º 0.43% 0.64% -
HSV(B) 53.16º 0.39% 0.8% -
XYZ 47.56 52.74 26.74 -
YUV 188.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 203 194 124 0 0.04 0.39 0.20 53.16 0.43 0.64
Hex CB C2 7C 0 4 27 14 35 2B 40
Octal 313 302 174 0 4 47 24 65 53 100
Binary 11001011 11000010 1111100 0 100 100111 10100 110101 101011 1000000

Color Harmonies of #CBC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC27C

Black with #CBC27C

Text Example


Text Example

White with #CBC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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