Html Css Color HEX #CB974C Tussock

📋 copy color: '#CB974C'

red 203 ◦ green 151 ◦ blue 76

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

Shades of Tussock #CB974C

Tints of Tussock #CB974C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 47.21%
G = 35.12%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB974C (or 0xCB974C) is known color: Tussock. HEX triplet: CB, 97 and 4C. RGB value is (203,151,76). Sum of RGB (Red+Green+Blue) = 203+151+76=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB974C is #3468B3. Grayscale: #9E9E9E. Windows color (decimal): -3434676 or 5019595. OLE color: 5019595.

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

Color convert

RGB 203 151 76 -
CMYK 0 0.26 0.63 0.20
HSL 35.43º 0.55% 0.55% -
HSV(B) 35.43º 0.63% 0.8% -
XYZ 37 35.35 11.71 -
YUV 158 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 203 151 76 0 0.26 0.63 0.20 35.43 0.55 0.55
Hex CB 97 4C 0 1A 3F 14 23 37 37
Octal 313 227 114 0 32 77 24 43 67 67
Binary 11001011 10010111 1001100 0 11010 111111 10100 100011 110111 110111

Color Harmonies of #CB974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB974C

Black with #CB974C

Text Example


Text Example

White with #CB974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB974C; }

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

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

background-color css

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

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

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

border-color css

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

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

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