Html Css Color HEX #CB974A Tussock

📋 copy color: '#CB974A'

red 203 ◦ green 151 ◦ blue 74

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

Shades of Tussock #CB974A

Tints of Tussock #CB974A

RGB

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

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

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

R = 47.43%
G = 35.28%
B = 17.29%

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

#CB974A (or 0xCB974A) is known color: Tussock. HEX triplet: CB, 97 and 4A. RGB value is (203,151,74). Sum of RGB (Red+Green+Blue) = 203+151+74=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB974A is #3468B5. Grayscale: #9E9E9E. Windows color (decimal): -3434678 or 4888523. OLE color: 4888523.

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

Color convert

RGB 203 151 74 -
CMYK 0 0.26 0.64 0.20
HSL 35.81º 0.55% 0.54% -
HSV(B) 35.81º 0.64% 0.8% -
XYZ 36.93 35.32 11.35 -
YUV 157.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 203 151 74 0 0.26 0.64 0.20 35.81 0.55 0.54
Hex CB 97 4A 0 1A 40 14 24 37 36
Octal 313 227 112 0 32 100 24 44 67 66
Binary 11001011 10010111 1001010 0 11010 1000000 10100 100100 110111 110110

Color Harmonies of #CB974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB974A

Black with #CB974A

Text Example


Text Example

White with #CB974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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