Html Css Color HEX #C3884C Tussock

📋 copy color: '#C3884C'

red 195 ◦ green 136 ◦ blue 76

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

Shades of Tussock #C3884C

Tints of Tussock #C3884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

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

R = 47.91%
G = 33.42%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3884C (or 0xC3884C) is known color: Tussock. HEX triplet: C3, 88 and 4C. RGB value is (195,136,76). Sum of RGB (Red+Green+Blue) = 195+136+76=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3884C is #3C77B3. Grayscale: #939393. Windows color (decimal): -3962804 or 5015747. OLE color: 5015747.

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

Color convert

RGB 195 136 76 -
CMYK 0 0.30 0.61 0.24
HSL 30.25º 0.5% 0.53% -
HSV(B) 30.25º 0.61% 0.76% -
XYZ 32.61 29.73 10.86 -
YUV 146.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 195 136 76 0 0.30 0.61 0.24 30.25 0.5 0.53
Hex C3 88 4C 0 1E 3D 18 1E 32 35
Octal 303 210 114 0 36 75 30 36 62 65
Binary 11000011 10001000 1001100 0 11110 111101 11000 11110 110010 110101

Color Harmonies of #C3884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3884C

Black with #C3884C

Text Example


Text Example

White with #C3884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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