Html Css Color HEX #C2846C Burning Sand

📋 copy color: '#C2846C'

red 194 ◦ green 132 ◦ blue 108

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

Shades of Burning Sand #C2846C

Tints of Burning Sand #C2846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 44.7%
G = 30.41%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2846C (or 0xC2846C) is known color: Burning Sand. HEX triplet: C2, 84 and 6C. RGB value is (194,132,108). Sum of RGB (Red+Green+Blue) = 194+132+108=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2846C is #3D7B93. Grayscale: #939393. Windows color (decimal): -4029332 or 7111874. OLE color: 7111874.

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

Color convert

RGB 194 132 108 -
CMYK 0 0.32 0.44 0.24
HSL 16.74º 0.41% 0.59% -
HSV(B) 16.74º 0.44% 0.76% -
XYZ 33.21 29.05 18.05 -
YUV 147.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 194 132 108 0 0.32 0.44 0.24 16.74 0.41 0.59
Hex C2 84 6C 0 20 2C 18 11 29 3B
Octal 302 204 154 0 40 54 30 21 51 73
Binary 11000010 10000100 1101100 0 100000 101100 11000 10001 101001 111011

Color Harmonies of #C2846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2846C

Black with #C2846C

Text Example


Text Example

White with #C2846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2846C; }

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

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

background-color css

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

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

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

border-color css

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

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

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