Html Css Color HEX #CBC274 Winter Hazel

📋 copy color: '#CBC274'

red 203 ◦ green 194 ◦ blue 116

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

Shades of Winter Hazel #CBC274

Tints of Winter Hazel #CBC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 39.57%
G = 37.82%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBC274 (or 0xCBC274) is known color: Winter Hazel. HEX triplet: CB, C2 and 74. RGB value is (203,194,116). Sum of RGB (Red+Green+Blue) = 203+194+116=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC274 is #343D8B. Grayscale: #BCBCBC. Windows color (decimal): -3423628 or 7652043. OLE color: 7652043.

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

Color convert

RGB 203 194 116 -
CMYK 0 0.04 0.43 0.20
HSL 53.79º 0.46% 0.63% -
HSV(B) 53.79º 0.43% 0.8% -
XYZ 47.07 52.54 24.18 -
YUV 187.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 203 194 116 0 0.04 0.43 0.20 53.79 0.46 0.63
Hex CB C2 74 0 4 2B 14 36 2E 3F
Octal 313 302 164 0 4 53 24 66 56 77
Binary 11001011 11000010 1110100 0 100 101011 10100 110110 101110 111111

Color Harmonies of #CBC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC274

Black with #CBC274

Text Example


Text Example

White with #CBC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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