Html Css Color HEX #CBC175 Winter Hazel

📋 copy color: '#CBC175'

red 203 ◦ green 193 ◦ blue 117

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

Shades of Winter Hazel #CBC175

Tints of Winter Hazel #CBC175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.62%

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 39.57%
G = 37.62%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBC175 (or 0xCBC175) is known color: Winter Hazel. HEX triplet: CB, C1 and 75. RGB value is (203,193,117). Sum of RGB (Red+Green+Blue) = 203+193+117=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC175 is #343E8A. Grayscale: #BBBBBB. Windows color (decimal): -3423883 or 7717323. OLE color: 7717323.

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

Color convert

RGB 203 193 117 -
CMYK 0 0.05 0.42 0.20
HSL 53.02º 0.45% 0.63% -
HSV(B) 53.02º 0.42% 0.8% -
XYZ 46.91 52.12 24.42 -
YUV 187.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 203 193 117 0 0.05 0.42 0.20 53.02 0.45 0.63
Hex CB C1 75 0 5 2A 14 35 2D 3F
Octal 313 301 165 0 5 52 24 65 55 77
Binary 11001011 11000001 1110101 0 101 101010 10100 110101 101101 111111

Color Harmonies of #CBC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC175

Black with #CBC175

Text Example


Text Example

White with #CBC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC175; }

 p { color: rgb(203,193,117); }

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

background-color css

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

 a { background-color: rgb(203,193,117); }

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

border-color css

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

 span { border-color: rgb(203,193,117); }

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