Html Css Color HEX #C38E4E Tussock

📋 copy color: '#C38E4E'

red 195 ◦ green 142 ◦ blue 78

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

Shades of Tussock #C38E4E

Tints of Tussock #C38E4E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 46.99%
G = 34.22%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C38E4E (or 0xC38E4E) is known color: Tussock. HEX triplet: C3, 8E and 4E. RGB value is (195,142,78). Sum of RGB (Red+Green+Blue) = 195+142+78=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E4E is #3C71B1. Grayscale: #969696. Windows color (decimal): -3961266 or 5148355. OLE color: 5148355.

HSL color Cylindrical-coordinate representation of color #C38E4E: hue angle of 32.82º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C38E4E is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 142 78 -
CMYK 0 0.27 0.6 0.24
HSL 32.82º 0.49% 0.54% -
HSV(B) 32.82º 0.6% 0.76% -
XYZ 33.55 31.5 11.52 -
YUV 150.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 195 142 78 0 0.27 0.6 0.24 32.82 0.49 0.54
Hex C3 8E 4E 0 1B 3C 18 21 31 36
Octal 303 216 116 0 33 74 30 41 61 66
Binary 11000011 10001110 1001110 0 11011 111100 11000 100001 110001 110110

Color Harmonies of #C38E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E4E

Black with #C38E4E

Text Example


Text Example

White with #C38E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E4E; }

 p { color: rgb(195,142,78); }

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

background-color css

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

 a { background-color: rgb(195,142,78); }

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

border-color css

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

 span { border-color: rgb(195,142,78); }

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