Html Css Color HEX #C8846E Burning Sand

📋 copy color: '#C8846E'

red 200 ◦ green 132 ◦ blue 110

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

Shades of Burning Sand #C8846E

Tints of Burning Sand #C8846E

RGB

 RED value IS 200 (78.52% from 255) = 45.25%

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

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 45.25%
G = 29.86%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8846E (or 0xC8846E) is known color: Burning Sand. HEX triplet: C8, 84 and 6E. RGB value is (200,132,110). Sum of RGB (Red+Green+Blue) = 200+132+110=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8846E is #377B91. Grayscale: #959595. Windows color (decimal): -3636114 or 7242952. OLE color: 7242952.

HSL color Cylindrical-coordinate representation of color #C8846E: hue angle of 14.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8846E is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 110 -
CMYK 0 0.34 0.45 0.22
HSL 14.67º 0.45% 0.61% -
HSV(B) 14.67º 0.45% 0.78% -
XYZ 34.89 29.91 18.69 -
YUV 149.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 200 132 110 0 0.34 0.45 0.22 14.67 0.45 0.61
Hex C8 84 6E 0 22 2D 16 F 2D 3D
Octal 310 204 156 0 42 55 26 17 55 75
Binary 11001000 10000100 1101110 0 100010 101101 10110 1111 101101 111101

Color Harmonies of #C8846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8846E

Black with #C8846E

Text Example


Text Example

White with #C8846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8846E; }

 p { color: rgb(200,132,110); }

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

background-color css

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

 a { background-color: rgb(200,132,110); }

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

border-color css

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

 span { border-color: rgb(200,132,110); }

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