Html Css Color HEX #C38A4D Tussock

📋 copy color: '#C38A4D'

red 195 ◦ green 138 ◦ blue 77

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

Shades of Tussock #C38A4D

Tints of Tussock #C38A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.78%

R = 47.56%
G = 33.66%
B = 18.78%

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

#C38A4D (or 0xC38A4D) is known color: Tussock. HEX triplet: C3, 8A and 4D. RGB value is (195,138,77). Sum of RGB (Red+Green+Blue) = 195+138+77=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A4D is #3C75B2. Grayscale: #949494. Windows color (decimal): -3962291 or 5081795. OLE color: 5081795.

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

Color convert

RGB 195 138 77 -
CMYK 0 0.29 0.61 0.24
HSL 31.02º 0.5% 0.53% -
HSV(B) 31.02º 0.61% 0.76% -
XYZ 32.93 30.31 11.14 -
YUV 148.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 195 138 77 0 0.29 0.61 0.24 31.02 0.5 0.53
Hex C3 8A 4D 0 1D 3D 18 1F 32 35
Octal 303 212 115 0 35 75 30 37 62 65
Binary 11000011 10001010 1001101 0 11101 111101 11000 11111 110010 110101

Color Harmonies of #C38A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A4D

Black with #C38A4D

Text Example


Text Example

White with #C38A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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