Html Css Color HEX #C38A4C Tussock

📋 copy color: '#C38A4C'

red 195 ◦ green 138 ◦ blue 76

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

Shades of Tussock #C38A4C

Tints of Tussock #C38A4C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

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

R = 47.68%
G = 33.74%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C38A4C (or 0xC38A4C) is known color: Tussock. HEX triplet: C3, 8A and 4C. RGB value is (195,138,76). Sum of RGB (Red+Green+Blue) = 195+138+76=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A4C is #3C75B3. Grayscale: #949494. Windows color (decimal): -3962292 or 5016259. OLE color: 5016259.

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

Color convert

RGB 195 138 76 -
CMYK 0 0.29 0.61 0.24
HSL 31.26º 0.5% 0.53% -
HSV(B) 31.26º 0.61% 0.76% -
XYZ 32.9 30.3 10.95 -
YUV 147.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 195 138 76 0 0.29 0.61 0.24 31.26 0.5 0.53
Hex C3 8A 4C 0 1D 3D 18 1F 32 35
Octal 303 212 114 0 35 75 30 37 62 65
Binary 11000011 10001010 1001100 0 11101 111101 11000 11111 110010 110101

Color Harmonies of #C38A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A4C

Black with #C38A4C

Text Example


Text Example

White with #C38A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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