Html Css Color HEX #CBC074 Winter Hazel

📋 copy color: '#CBC074'

red 203 ◦ green 192 ◦ blue 116

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

Shades of Winter Hazel #CBC074

Tints of Winter Hazel #CBC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.57%

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

R = 39.73%
G = 37.57%
B = 22.7%

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

#CBC074 (or 0xCBC074) is known color: Winter Hazel. HEX triplet: CB, C0 and 74. RGB value is (203,192,116). Sum of RGB (Red+Green+Blue) = 203+192+116=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC074 is #343F8B. Grayscale: #BABABA. Windows color (decimal): -3424140 or 7651531. OLE color: 7651531.

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

Color convert

RGB 203 192 116 -
CMYK 0 0.05 0.43 0.20
HSL 52.41º 0.46% 0.63% -
HSV(B) 52.41º 0.43% 0.8% -
XYZ 46.63 51.66 24.04 -
YUV 186.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 203 192 116 0 0.05 0.43 0.20 52.41 0.46 0.63
Hex CB C0 74 0 5 2B 14 34 2E 3F
Octal 313 300 164 0 5 53 24 64 56 77
Binary 11001011 11000000 1110100 0 101 101011 10100 110100 101110 111111

Color Harmonies of #CBC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC074

Black with #CBC074

Text Example


Text Example

White with #CBC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC074; }

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

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

background-color css

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

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

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

border-color css

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

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

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