Html Css Color HEX #C6816E Burning Sand

📋 copy color: '#C6816E'

red 198 ◦ green 129 ◦ blue 110

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

Shades of Burning Sand #C6816E

Tints of Burning Sand #C6816E

RGB

 RED value IS 198 (77.73% from 255) = 45.31%

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

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

R = 45.31%
G = 29.52%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6816E (or 0xC6816E) is known color: Burning Sand. HEX triplet: C6, 81 and 6E. RGB value is (198,129,110). Sum of RGB (Red+Green+Blue) = 198+129+110=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6816E is #397E91. Grayscale: #939393. Windows color (decimal): -3767954 or 7242182. OLE color: 7242182.

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

Color convert

RGB 198 129 110 -
CMYK 0 0.35 0.44 0.22
HSL 12.95º 0.44% 0.6% -
HSV(B) 12.95º 0.44% 0.78% -
XYZ 33.95 28.83 18.53 -
YUV 147.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 198 129 110 0 0.35 0.44 0.22 12.95 0.44 0.6
Hex C6 81 6E 0 23 2C 16 D 2C 3C
Octal 306 201 156 0 43 54 26 15 54 74
Binary 11000110 10000001 1101110 0 100011 101100 10110 1101 101100 111100

Color Harmonies of #C6816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6816E

Black with #C6816E

Text Example


Text Example

White with #C6816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6816E; }

 p { color: rgb(198,129,110); }

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

background-color css

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

 a { background-color: rgb(198,129,110); }

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

border-color css

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

 span { border-color: rgb(198,129,110); }

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