Html Css Color HEX #CB954A Tussock

📋 copy color: '#CB954A'

red 203 ◦ green 149 ◦ blue 74

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

Shades of Tussock #CB954A

Tints of Tussock #CB954A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 47.65%
G = 34.98%
B = 17.37%

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

#CB954A (or 0xCB954A) is known color: Tussock. HEX triplet: CB, 95 and 4A. RGB value is (203,149,74). Sum of RGB (Red+Green+Blue) = 203+149+74=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB954A is #346AB5. Grayscale: #9C9C9C. Windows color (decimal): -3435190 or 4888011. OLE color: 4888011.

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

Color convert

RGB 203 149 74 -
CMYK 0 0.27 0.64 0.20
HSL 34.88º 0.55% 0.54% -
HSV(B) 34.88º 0.64% 0.8% -
XYZ 36.61 34.69 11.24 -
YUV 156.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 203 149 74 0 0.27 0.64 0.20 34.88 0.55 0.54
Hex CB 95 4A 0 1B 40 14 23 37 36
Octal 313 225 112 0 33 100 24 43 67 66
Binary 11001011 10010101 1001010 0 11011 1000000 10100 100011 110111 110110

Color Harmonies of #CB954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB954A

Black with #CB954A

Text Example


Text Example

White with #CB954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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