Html Css Color HEX #CBC493 Winter Hazel

📋 copy color: '#CBC493'

red 203 ◦ green 196 ◦ blue 147

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

Shades of Winter Hazel #CBC493

Tints of Winter Hazel #CBC493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.92%

R = 37.18%
G = 35.9%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBC493 (or 0xCBC493) is known color: Winter Hazel. HEX triplet: CB, C4 and 93. RGB value is (203,196,147). Sum of RGB (Red+Green+Blue) = 203+196+147=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC493 is #343B6C. Grayscale: #C0C0C0. Windows color (decimal): -3423085 or 9684171. OLE color: 9684171.

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

Color convert

RGB 203 196 147 -
CMYK 0 0.03 0.28 0.20
HSL 52.5º 0.35% 0.69% -
HSV(B) 52.5º 0.28% 0.8% -
XYZ 49.63 54.28 35.47 -
YUV 192.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 203 196 147 0 0.03 0.28 0.20 52.5 0.35 0.69
Hex CB C4 93 0 3 1C 14 34 23 45
Octal 313 304 223 0 3 34 24 64 43 105
Binary 11001011 11000100 10010011 0 11 11100 10100 110100 100011 1000101

Color Harmonies of #CBC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC493

Black with #CBC493

Text Example


Text Example

White with #CBC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC493; }

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

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

background-color css

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

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

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

border-color css

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

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

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