Html Css Color HEX #CBC48C Winter Hazel

📋 copy color: '#CBC48C'

red 203 ◦ green 196 ◦ blue 140

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

Shades of Winter Hazel #CBC48C

Tints of Winter Hazel #CBC48C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

 BLUE value IS 140 (55.08% from 255) = 25.97%

R = 37.66%
G = 36.36%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CBC48C (or 0xCBC48C) is known color: Winter Hazel. HEX triplet: CB, C4 and 8C. RGB value is (203,196,140). Sum of RGB (Red+Green+Blue) = 203+196+140=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC48C is #343B73. Grayscale: #BFBFBF. Windows color (decimal): -3423092 or 9225419. OLE color: 9225419.

HSL color Cylindrical-coordinate representation of color #CBC48C: hue angle of 53.33º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBC48C is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 140 -
CMYK 0 0.03 0.31 0.20
HSL 53.33º 0.38% 0.67% -
HSV(B) 53.33º 0.31% 0.8% -
XYZ 49.1 54.07 32.66 -
YUV 191.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 203 196 140 0 0.03 0.31 0.20 53.33 0.38 0.67
Hex CB C4 8C 0 3 1F 14 35 26 43
Octal 313 304 214 0 3 37 24 65 46 103
Binary 11001011 11000100 10001100 0 11 11111 10100 110101 100110 1000011

Color Harmonies of #CBC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC48C

Black with #CBC48C

Text Example


Text Example

White with #CBC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC48C; }

 p { color: rgb(203,196,140); }

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

background-color css

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

 a { background-color: rgb(203,196,140); }

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

border-color css

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

 span { border-color: rgb(203,196,140); }

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