Html Css Color HEX #C5944B Tussock

📋 copy color: '#C5944B'

red 197 ◦ green 148 ◦ blue 75

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

Shades of Tussock #C5944B

Tints of Tussock #C5944B

RGB

 RED value IS 197 (77.34% from 255) = 46.9%

 GREEN value IS 148 (58.2% from 255) = 35.24%

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

R = 46.9%
G = 35.24%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5944B (or 0xC5944B) is known color: Tussock. HEX triplet: C5, 94 and 4B. RGB value is (197,148,75). Sum of RGB (Red+Green+Blue) = 197+148+75=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5944B is #3A6BB4. Grayscale: #9A9A9A. Windows color (decimal): -3828661 or 4953285. OLE color: 4953285.

HSL color Cylindrical-coordinate representation of color #C5944B: hue angle of 35.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5944B is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 75 -
CMYK 0 0.25 0.62 0.23
HSL 35.9º 0.51% 0.53% -
HSV(B) 35.9º 0.62% 0.77% -
XYZ 34.89 33.56 11.3 -
YUV 154.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 197 148 75 0 0.25 0.62 0.23 35.9 0.51 0.53
Hex C5 94 4B 0 19 3E 17 24 33 35
Octal 305 224 113 0 31 76 27 44 63 65
Binary 11000101 10010100 1001011 0 11001 111110 10111 100100 110011 110101

Color Harmonies of #C5944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5944B

Black with #C5944B

Text Example


Text Example

White with #C5944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5944B; }

 p { color: rgb(197,148,75); }

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

background-color css

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

 a { background-color: rgb(197,148,75); }

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

border-color css

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

 span { border-color: rgb(197,148,75); }

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