Html Css Color HEX #CB9549 Tussock

📋 copy color: '#CB9549'

red 203 ◦ green 149 ◦ blue 73

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

Shades of Tussock #CB9549

Tints of Tussock #CB9549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

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

R = 47.76%
G = 35.06%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB9549 (or 0xCB9549) is known color: Tussock. HEX triplet: CB, 95 and 49. RGB value is (203,149,73). Sum of RGB (Red+Green+Blue) = 203+149+73=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9549 is #346AB6. Grayscale: #9C9C9C. Windows color (decimal): -3435191 or 4822475. OLE color: 4822475.

HSL color Cylindrical-coordinate representation of color #CB9549: hue angle of 35.08º 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 #CB9549 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 73 -
CMYK 0 0.27 0.64 0.20
HSL 35.08º 0.56% 0.54% -
HSV(B) 35.08º 0.64% 0.8% -
XYZ 36.58 34.67 11.07 -
YUV 156.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 203 149 73 0 0.27 0.64 0.20 35.08 0.56 0.54
Hex CB 95 49 0 1B 40 14 23 38 36
Octal 313 225 111 0 33 100 24 43 70 66
Binary 11001011 10010101 1001001 0 11011 1000000 10100 100011 111000 110110

Color Harmonies of #CB9549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9549

Black with #CB9549

Text Example


Text Example

White with #CB9549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9549; }

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

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

background-color css

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

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

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

border-color css

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

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

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