Html Css Color HEX #C2816C Burning Sand

📋 copy color: '#C2816C'

red 194 ◦ green 129 ◦ blue 108

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

Shades of Burning Sand #C2816C

Tints of Burning Sand #C2816C

RGB

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

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

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

R = 45.01%
G = 29.93%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2816C (or 0xC2816C) is known color: Burning Sand. HEX triplet: C2, 81 and 6C. RGB value is (194,129,108). Sum of RGB (Red+Green+Blue) = 194+129+108=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2816C is #3D7E93. Grayscale: #929292. Windows color (decimal): -4030100 or 7111106. OLE color: 7111106.

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

Color convert

RGB 194 129 108 -
CMYK 0 0.34 0.44 0.24
HSL 14.65º 0.41% 0.59% -
HSV(B) 14.65º 0.44% 0.76% -
XYZ 32.81 28.25 17.91 -
YUV 146.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 194 129 108 0 0.34 0.44 0.24 14.65 0.41 0.59
Hex C2 81 6C 0 22 2C 18 F 29 3B
Octal 302 201 154 0 42 54 30 17 51 73
Binary 11000010 10000001 1101100 0 100010 101100 11000 1111 101001 111011

Color Harmonies of #C2816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2816C

Black with #C2816C

Text Example


Text Example

White with #C2816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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