Html Css Color HEX #C3914B Tussock

📋 copy color: '#C3914B'

red 195 ◦ green 145 ◦ blue 75

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

Shades of Tussock #C3914B

Tints of Tussock #C3914B

RGB

 RED value IS 195 (76.56% from 255) = 46.99%

 GREEN value IS 145 (57.03% from 255) = 34.94%

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

R = 46.99%
G = 34.94%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3914B (or 0xC3914B) is known color: Tussock. HEX triplet: C3, 91 and 4B. RGB value is (195,145,75). Sum of RGB (Red+Green+Blue) = 195+145+75=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3914B is #3C6EB4. Grayscale: #989898. Windows color (decimal): -3960501 or 4952515. OLE color: 4952515.

HSL color Cylindrical-coordinate representation of color #C3914B: hue angle of 35º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3914B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 145 75 -
CMYK 0 0.26 0.62 0.24
HSL 35º 0.5% 0.53% -
HSV(B) 35º 0.62% 0.76% -
XYZ 33.9 32.36 11.12 -
YUV 151.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 195 145 75 0 0.26 0.62 0.24 35 0.5 0.53
Hex C3 91 4B 0 1A 3E 18 23 32 35
Octal 303 221 113 0 32 76 30 43 62 65
Binary 11000011 10010001 1001011 0 11010 111110 11000 100011 110010 110101

Color Harmonies of #C3914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3914B

Black with #C3914B

Text Example


Text Example

White with #C3914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3914B; }

 p { color: rgb(195,145,75); }

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

background-color css

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

 a { background-color: rgb(195,145,75); }

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

border-color css

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

 span { border-color: rgb(195,145,75); }

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