Html Css Color HEX #C2815C Burning Sand

📋 copy color: '#C2815C'

red 194 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #C2815C

Tints of Burning Sand #C2815C

RGB

 RED value IS 194 (76.17% from 255) = 46.75%

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

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

R = 46.75%
G = 31.08%
B = 22.17%

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

#C2815C (or 0xC2815C) is known color: Burning Sand. HEX triplet: C2, 81 and 5C. RGB value is (194,129,92). Sum of RGB (Red+Green+Blue) = 194+129+92=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2815C is #3D7EA3. Grayscale: #909090. Windows color (decimal): -4030116 or 6062530. OLE color: 6062530.

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

Color convert

RGB 194 129 92 -
CMYK 0 0.34 0.53 0.24
HSL 21.76º 0.46% 0.56% -
HSV(B) 21.76º 0.53% 0.76% -
XYZ 32.03 27.94 13.83 -
YUV 144.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 194 129 92 0 0.34 0.53 0.24 21.76 0.46 0.56
Hex C2 81 5C 0 22 35 18 16 2E 38
Octal 302 201 134 0 42 65 30 26 56 70
Binary 11000010 10000001 1011100 0 100010 110101 11000 10110 101110 111000

Color Harmonies of #C2815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2815C

Black with #C2815C

Text Example


Text Example

White with #C2815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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