Html Css Color HEX #C0846C Burning Sand

📋 copy color: '#C0846C'

red 192 ◦ green 132 ◦ blue 108

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

Shades of Burning Sand #C0846C

Tints of Burning Sand #C0846C

RGB

 RED value IS 192 (75.39% from 255) = 44.44%

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

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

R = 44.44%
G = 30.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0846C (or 0xC0846C) is known color: Burning Sand. HEX triplet: C0, 84 and 6C. RGB value is (192,132,108). Sum of RGB (Red+Green+Blue) = 192+132+108=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0846C is #3F7B93. Grayscale: #939393. Windows color (decimal): -4160404 or 7111872. OLE color: 7111872.

HSL color Cylindrical-coordinate representation of color #C0846C: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0846C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 108 -
CMYK 0 0.31 0.44 0.25
HSL 17.14º 0.4% 0.59% -
HSV(B) 17.14º 0.44% 0.75% -
XYZ 32.7 28.79 18.02 -
YUV 147.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 192 132 108 0 0.31 0.44 0.25 17.14 0.4 0.59
Hex C0 84 6C 0 1F 2C 19 11 28 3B
Octal 300 204 154 0 37 54 31 21 50 73
Binary 11000000 10000100 1101100 0 11111 101100 11001 10001 101000 111011

Color Harmonies of #C0846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0846C

Black with #C0846C

Text Example


Text Example

White with #C0846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0846C; }

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

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

background-color css

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

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

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

border-color css

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

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

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