Html Css Color HEX #C4964B Tussock

📋 copy color: '#C4964B'

red 196 ◦ green 150 ◦ blue 75

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

Shades of Tussock #C4964B

Tints of Tussock #C4964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.63%

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

R = 46.56%
G = 35.63%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4964B (or 0xC4964B) is known color: Tussock. HEX triplet: C4, 96 and 4B. RGB value is (196,150,75). Sum of RGB (Red+Green+Blue) = 196+150+75=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4964B is #3B69B4. Grayscale: #9B9B9B. Windows color (decimal): -3893685 or 4953796. OLE color: 4953796.

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

Color convert

RGB 196 150 75 -
CMYK 0 0.23 0.62 0.23
HSL 37.19º 0.51% 0.53% -
HSV(B) 37.19º 0.62% 0.77% -
XYZ 34.94 34.06 11.39 -
YUV 155.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 196 150 75 0 0.23 0.62 0.23 37.19 0.51 0.53
Hex C4 96 4B 0 17 3E 17 25 33 35
Octal 304 226 113 0 27 76 27 45 63 65
Binary 11000100 10010110 1001011 0 10111 111110 10111 100101 110011 110101

Color Harmonies of #C4964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4964B

Black with #C4964B

Text Example


Text Example

White with #C4964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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