Html Css Color HEX #C4944B Tussock

📋 copy color: '#C4944B'

red 196 ◦ green 148 ◦ blue 75

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

Shades of Tussock #C4944B

Tints of Tussock #C4944B

RGB

 RED value IS 196 (76.95% from 255) = 46.78%

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

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

R = 46.78%
G = 35.32%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4944B (or 0xC4944B) is known color: Tussock. HEX triplet: C4, 94 and 4B. RGB value is (196,148,75). Sum of RGB (Red+Green+Blue) = 196+148+75=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4944B is #3B6BB4. Grayscale: #9A9A9A. Windows color (decimal): -3894197 or 4953284. OLE color: 4953284.

HSL color Cylindrical-coordinate representation of color #C4944B: hue angle of 36.2º 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 #C4944B is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 75 -
CMYK 0 0.24 0.62 0.23
HSL 36.2º 0.51% 0.53% -
HSV(B) 36.2º 0.62% 0.77% -
XYZ 34.62 33.42 11.28 -
YUV 154.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 196 148 75 0 0.24 0.62 0.23 36.2 0.51 0.53
Hex C4 94 4B 0 18 3E 17 24 33 35
Octal 304 224 113 0 30 76 27 44 63 65
Binary 11000100 10010100 1001011 0 11000 111110 10111 100100 110011 110101

Color Harmonies of #C4944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4944B

Black with #C4944B

Text Example


Text Example

White with #C4944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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