Html Css Color HEX #CBC174 Winter Hazel

📋 copy color: '#CBC174'

red 203 ◦ green 193 ◦ blue 116

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

Shades of Winter Hazel #CBC174

Tints of Winter Hazel #CBC174

RGB

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

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

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

R = 39.65%
G = 37.7%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBC174 (or 0xCBC174) is known color: Winter Hazel. HEX triplet: CB, C1 and 74. RGB value is (203,193,116). Sum of RGB (Red+Green+Blue) = 203+193+116=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC174 is #343E8B. Grayscale: #BBBBBB. Windows color (decimal): -3423884 or 7651787. OLE color: 7651787.

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

Color convert

RGB 203 193 116 -
CMYK 0 0.05 0.43 0.20
HSL 53.1º 0.46% 0.63% -
HSV(B) 53.1º 0.43% 0.8% -
XYZ 46.85 52.1 24.11 -
YUV 187.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 203 193 116 0 0.05 0.43 0.20 53.1 0.46 0.63
Hex CB C1 74 0 5 2B 14 35 2E 3F
Octal 313 301 164 0 5 53 24 65 56 77
Binary 11001011 11000001 1110100 0 101 101011 10100 110101 101110 111111

Color Harmonies of #CBC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC174

Black with #CBC174

Text Example


Text Example

White with #CBC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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