Html Css Color HEX #CB9749 Tussock

📋 copy color: '#CB9749'

red 203 ◦ green 151 ◦ blue 73

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

Shades of Tussock #CB9749

Tints of Tussock #CB9749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 47.54%
G = 35.36%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB9749 (or 0xCB9749) is known color: Tussock. HEX triplet: CB, 97 and 49. RGB value is (203,151,73). Sum of RGB (Red+Green+Blue) = 203+151+73=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9749 is #3468B6. Grayscale: #9E9E9E. Windows color (decimal): -3434679 or 4822987. OLE color: 4822987.

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

Color convert

RGB 203 151 73 -
CMYK 0 0.26 0.64 0.20
HSL 36º 0.56% 0.54% -
HSV(B) 36º 0.64% 0.8% -
XYZ 36.9 35.31 11.17 -
YUV 157.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 203 151 73 0 0.26 0.64 0.20 36 0.56 0.54
Hex CB 97 49 0 1A 40 14 24 38 36
Octal 313 227 111 0 32 100 24 44 70 66
Binary 11001011 10010111 1001001 0 11010 1000000 10100 100100 111000 110110

Color Harmonies of #CB9749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9749

Black with #CB9749

Text Example


Text Example

White with #CB9749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9749; }

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

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

background-color css

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

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

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

border-color css

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

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

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