Html Css Color HEX #C3815A Burning Sand

📋 copy color: '#C3815A'

red 195 ◦ green 129 ◦ blue 90

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

Shades of Burning Sand #C3815A

Tints of Burning Sand #C3815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 47.1%
G = 31.16%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3815A (or 0xC3815A) is known color: Burning Sand. HEX triplet: C3, 81 and 5A. RGB value is (195,129,90). Sum of RGB (Red+Green+Blue) = 195+129+90=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3815A is #3C7EA5. Grayscale: #909090. Windows color (decimal): -3964582 or 5931459. OLE color: 5931459.

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

Color convert

RGB 195 129 90 -
CMYK 0 0.34 0.54 0.24
HSL 22.29º 0.47% 0.56% -
HSV(B) 22.29º 0.54% 0.76% -
XYZ 32.2 28.04 13.39 -
YUV 144.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 195 129 90 0 0.34 0.54 0.24 22.29 0.47 0.56
Hex C3 81 5A 0 22 36 18 16 2F 38
Octal 303 201 132 0 42 66 30 26 57 70
Binary 11000011 10000001 1011010 0 100010 110110 11000 10110 101111 111000

Color Harmonies of #C3815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3815A

Black with #C3815A

Text Example


Text Example

White with #C3815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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