Html Css Color HEX #CB9848 Tussock

📋 copy color: '#CB9848'

red 203 ◦ green 152 ◦ blue 72

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

Shades of Tussock #CB9848

Tints of Tussock #CB9848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 47.54%
G = 35.6%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB9848 (or 0xCB9848) is known color: Tussock. HEX triplet: CB, 98 and 48. RGB value is (203,152,72). Sum of RGB (Red+Green+Blue) = 203+152+72=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9848 is #3467B7. Grayscale: #9E9E9E. Windows color (decimal): -3434424 or 4757707. OLE color: 4757707.

HSL color Cylindrical-coordinate representation of color #CB9848: hue angle of 36.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB9848 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 72 -
CMYK 0 0.25 0.65 0.20
HSL 36.64º 0.56% 0.54% -
HSV(B) 36.64º 0.65% 0.8% -
XYZ 37.03 35.62 11.05 -
YUV 158.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 203 152 72 0 0.25 0.65 0.20 36.64 0.56 0.54
Hex CB 98 48 0 19 41 14 25 38 36
Octal 313 230 110 0 31 101 24 45 70 66
Binary 11001011 10011000 1001000 0 11001 1000001 10100 100101 111000 110110

Color Harmonies of #CB9848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9848

Black with #CB9848

Text Example


Text Example

White with #CB9848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9848; }

 p { color: rgb(203,152,72); }

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

background-color css

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

 a { background-color: rgb(203,152,72); }

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

border-color css

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

 span { border-color: rgb(203,152,72); }

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