Html Css Color HEX #C3924C Tussock

📋 copy color: '#C3924C'

red 195 ◦ green 146 ◦ blue 76

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

Shades of Tussock #C3924C

Tints of Tussock #C3924C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

 BLUE value IS 76 (30.08% from 255) = 18.23%

R = 46.76%
G = 35.01%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3924C (or 0xC3924C) is known color: Tussock. HEX triplet: C3, 92 and 4C. RGB value is (195,146,76). Sum of RGB (Red+Green+Blue) = 195+146+76=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3924C is #3C6DB3. Grayscale: #999999. Windows color (decimal): -3960244 or 5018307. OLE color: 5018307.

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

Color convert

RGB 195 146 76 -
CMYK 0 0.25 0.61 0.24
HSL 35.29º 0.5% 0.53% -
HSV(B) 35.29º 0.61% 0.76% -
XYZ 34.09 32.68 11.35 -
YUV 152.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 195 146 76 0 0.25 0.61 0.24 35.29 0.5 0.53
Hex C3 92 4C 0 19 3D 18 23 32 35
Octal 303 222 114 0 31 75 30 43 62 65
Binary 11000011 10010010 1001100 0 11001 111101 11000 100011 110010 110101

Color Harmonies of #C3924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3924C

Black with #C3924C

Text Example


Text Example

White with #C3924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3924C; }

 p { color: rgb(195,146,76); }

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

background-color css

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

 a { background-color: rgb(195,146,76); }

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

border-color css

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

 span { border-color: rgb(195,146,76); }

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