Html Css Color HEX #C38161 Burning Sand

📋 copy color: '#C38161'

red 195 ◦ green 129 ◦ blue 97

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

Shades of Burning Sand #C38161

Tints of Burning Sand #C38161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 97 (38.28% from 255) = 23.04%

R = 46.32%
G = 30.64%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38161 (or 0xC38161) is known color: Burning Sand. HEX triplet: C3, 81 and 61. RGB value is (195,129,97). Sum of RGB (Red+Green+Blue) = 195+129+97=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38161 is #3C7E9E. Grayscale: #919191. Windows color (decimal): -3964575 or 6390211. OLE color: 6390211.

HSL color Cylindrical-coordinate representation of color #C38161: hue angle of 19.59º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38161 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 97 -
CMYK 0 0.34 0.50 0.24
HSL 19.59º 0.45% 0.57% -
HSV(B) 19.59º 0.5% 0.76% -
XYZ 32.51 28.17 15.03 -
YUV 145.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 195 129 97 0 0.34 0.50 0.24 19.59 0.45 0.57
Hex C3 81 61 0 22 32 18 14 2D 39
Octal 303 201 141 0 42 62 30 24 55 71
Binary 11000011 10000001 1100001 0 100010 110010 11000 10100 101101 111001

Color Harmonies of #C38161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38161

Black with #C38161

Text Example


Text Example

White with #C38161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38161; }

 p { color: rgb(195,129,97); }

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

background-color css

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

 a { background-color: rgb(195,129,97); }

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

border-color css

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

 span { border-color: rgb(195,129,97); }

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