Html Css Color HEX #CB9849 Tussock

📋 copy color: '#CB9849'

red 203 ◦ green 152 ◦ blue 73

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

Shades of Tussock #CB9849

Tints of Tussock #CB9849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.06%

R = 47.43%
G = 35.51%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB9849 (or 0xCB9849) is known color: Tussock. HEX triplet: CB, 98 and 49. RGB value is (203,152,73). Sum of RGB (Red+Green+Blue) = 203+152+73=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9849 is #3467B6. Grayscale: #9E9E9E. Windows color (decimal): -3434423 or 4823243. OLE color: 4823243.

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

Color convert

RGB 203 152 73 -
CMYK 0 0.25 0.64 0.20
HSL 36.46º 0.56% 0.54% -
HSV(B) 36.46º 0.64% 0.8% -
XYZ 37.06 35.63 11.23 -
YUV 158.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 203 152 73 0 0.25 0.64 0.20 36.46 0.56 0.54
Hex CB 98 49 0 19 40 14 24 38 36
Octal 313 230 111 0 31 100 24 44 70 66
Binary 11001011 10011000 1001001 0 11001 1000000 10100 100100 111000 110110

Color Harmonies of #CB9849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9849

Black with #CB9849

Text Example


Text Example

White with #CB9849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9849; }

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

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

background-color css

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

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

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

border-color css

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

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

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