Html Css Color HEX #C3815C Burning Sand

📋 copy color: '#C3815C'

red 195 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #C3815C

Tints of Burning Sand #C3815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 46.88%
G = 31.01%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3815C (or 0xC3815C) is known color: Burning Sand. HEX triplet: C3, 81 and 5C. RGB value is (195,129,92). Sum of RGB (Red+Green+Blue) = 195+129+92=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3815C is #3C7EA3. Grayscale: #909090. Windows color (decimal): -3964580 or 6062531. OLE color: 6062531.

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

Color convert

RGB 195 129 92 -
CMYK 0 0.34 0.53 0.24
HSL 21.55º 0.46% 0.56% -
HSV(B) 21.55º 0.53% 0.76% -
XYZ 32.29 28.08 13.84 -
YUV 144.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 195 129 92 0 0.34 0.53 0.24 21.55 0.46 0.56
Hex C3 81 5C 0 22 35 18 16 2E 38
Octal 303 201 134 0 42 65 30 26 56 70
Binary 11000011 10000001 1011100 0 100010 110101 11000 10110 101110 111000

Color Harmonies of #C3815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3815C

Black with #C3815C

Text Example


Text Example

White with #C3815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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