Html Css Color HEX #CB974B Tussock

📋 copy color: '#CB974B'

red 203 ◦ green 151 ◦ blue 75

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

Shades of Tussock #CB974B

Tints of Tussock #CB974B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 47.32%
G = 35.2%
B = 17.48%

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

#CB974B (or 0xCB974B) is known color: Tussock. HEX triplet: CB, 97 and 4B. RGB value is (203,151,75). Sum of RGB (Red+Green+Blue) = 203+151+75=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB974B is #3468B4. Grayscale: #9E9E9E. Windows color (decimal): -3434677 or 4954059. OLE color: 4954059.

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

Color convert

RGB 203 151 75 -
CMYK 0 0.26 0.63 0.20
HSL 35.63º 0.55% 0.55% -
HSV(B) 35.63º 0.63% 0.8% -
XYZ 36.97 35.34 11.53 -
YUV 157.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 203 151 75 0 0.26 0.63 0.20 35.63 0.55 0.55
Hex CB 97 4B 0 1A 3F 14 24 37 37
Octal 313 227 113 0 32 77 24 44 67 67
Binary 11001011 10010111 1001011 0 11010 111111 10100 100100 110111 110111

Color Harmonies of #CB974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB974B

Black with #CB974B

Text Example


Text Example

White with #CB974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB974B; }

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

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

background-color css

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

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

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

border-color css

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

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

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