Html Css Color HEX #C38C4C Tussock

📋 copy color: '#C38C4C'

red 195 ◦ green 140 ◦ blue 76

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

Shades of Tussock #C38C4C

Tints of Tussock #C38C4C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

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

R = 47.45%
G = 34.06%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C38C4C (or 0xC38C4C) is known color: Tussock. HEX triplet: C3, 8C and 4C. RGB value is (195,140,76). Sum of RGB (Red+Green+Blue) = 195+140+76=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C4C is #3C73B3. Grayscale: #959595. Windows color (decimal): -3961780 or 5016771. OLE color: 5016771.

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

Color convert

RGB 195 140 76 -
CMYK 0 0.28 0.61 0.24
HSL 32.27º 0.5% 0.53% -
HSV(B) 32.27º 0.61% 0.76% -
XYZ 33.19 30.88 11.05 -
YUV 149.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 195 140 76 0 0.28 0.61 0.24 32.27 0.5 0.53
Hex C3 8C 4C 0 1C 3D 18 20 32 35
Octal 303 214 114 0 34 75 30 40 62 65
Binary 11000011 10001100 1001100 0 11100 111101 11000 100000 110010 110101

Color Harmonies of #C38C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C4C

Black with #C38C4C

Text Example


Text Example

White with #C38C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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