Html Css Color HEX #CBC185 Winter Hazel

📋 copy color: '#CBC185'

red 203 ◦ green 193 ◦ blue 133

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

Shades of Winter Hazel #CBC185

Tints of Winter Hazel #CBC185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.14%

R = 38.37%
G = 36.48%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CBC185 (or 0xCBC185) is known color: Winter Hazel. HEX triplet: CB, C1 and 85. RGB value is (203,193,133). Sum of RGB (Red+Green+Blue) = 203+193+133=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC185 is #343E7A. Grayscale: #BDBDBD. Windows color (decimal): -3423867 or 8765899. OLE color: 8765899.

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

Color convert

RGB 203 193 133 -
CMYK 0 0.05 0.34 0.20
HSL 51.43º 0.4% 0.66% -
HSV(B) 51.43º 0.34% 0.8% -
XYZ 47.93 52.53 29.8 -
YUV 189.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 203 193 133 0 0.05 0.34 0.20 51.43 0.4 0.66
Hex CB C1 85 0 5 22 14 33 28 42
Octal 313 301 205 0 5 42 24 63 50 102
Binary 11001011 11000001 10000101 0 101 100010 10100 110011 101000 1000010

Color Harmonies of #CBC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC185

Black with #CBC185

Text Example


Text Example

White with #CBC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC185; }

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

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

background-color css

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

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

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

border-color css

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

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

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