Html Css Color HEX #CB974D Tussock

📋 copy color: '#CB974D'

red 203 ◦ green 151 ◦ blue 77

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

Shades of Tussock #CB974D

Tints of Tussock #CB974D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 47.1%
G = 35.03%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB974D (or 0xCB974D) is known color: Tussock. HEX triplet: CB, 97 and 4D. RGB value is (203,151,77). Sum of RGB (Red+Green+Blue) = 203+151+77=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB974D is #3468B2. Grayscale: #9E9E9E. Windows color (decimal): -3434675 or 5085131. OLE color: 5085131.

HSL color Cylindrical-coordinate representation of color #CB974D: hue angle of 35.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB974D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 77 -
CMYK 0 0.26 0.62 0.20
HSL 35.24º 0.55% 0.55% -
HSV(B) 35.24º 0.62% 0.8% -
XYZ 37.03 35.37 11.9 -
YUV 158.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 203 151 77 0 0.26 0.62 0.20 35.24 0.55 0.55
Hex CB 97 4D 0 1A 3E 14 23 37 37
Octal 313 227 115 0 32 76 24 43 67 67
Binary 11001011 10010111 1001101 0 11010 111110 10100 100011 110111 110111

Color Harmonies of #CB974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB974D

Black with #CB974D

Text Example


Text Example

White with #CB974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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