Html Css Color HEX #C3816C Burning Sand

📋 copy color: '#C3816C'

red 195 ◦ green 129 ◦ blue 108

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

Shades of Burning Sand #C3816C

Tints of Burning Sand #C3816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25%

R = 45.14%
G = 29.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3816C (or 0xC3816C) is known color: Burning Sand. HEX triplet: C3, 81 and 6C. RGB value is (195,129,108). Sum of RGB (Red+Green+Blue) = 195+129+108=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3816C is #3C7E93. Grayscale: #929292. Windows color (decimal): -3964564 or 7111107. OLE color: 7111107.

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

Color convert

RGB 195 129 108 -
CMYK 0 0.34 0.45 0.24
HSL 14.48º 0.42% 0.59% -
HSV(B) 14.48º 0.45% 0.76% -
XYZ 33.06 28.39 17.92 -
YUV 146.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 195 129 108 0 0.34 0.45 0.24 14.48 0.42 0.59
Hex C3 81 6C 0 22 2D 18 E 2A 3B
Octal 303 201 154 0 42 55 30 16 52 73
Binary 11000011 10000001 1101100 0 100010 101101 11000 1110 101010 111011

Color Harmonies of #C3816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3816C

Black with #C3816C

Text Example


Text Example

White with #C3816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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