#C67E66

Color #C67E66 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C67E66

Tints of Burning Sand #C67E66

Color information

#C67E66 (or 0xC67E66) is unknown color: approx Burning Sand. HEX triplet: C6, 7E and 66. RGB value is (198,126,102). Sum of RGB (Red+Green+Blue) = 198+126+102=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67E66 is #398199. Grayscale: #909090. Windows color (decimal): -3768730 or 6717126. OLE color: 6717126.

HSL color Cylindrical-coordinate representation of color #C67E66: hue angle of 15º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67E66 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB198126102-
CMYK00.360.480.22
HSL15º45.71%58.82%-
HSV(B)15º48.48%77.65%-
XYZ33.1527.8916.21-
YUV144.79103.85165.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=46.48%
G=29.58%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812610200.360.480.221545.7158.82
HexC67E660243016f2e3b
Octal3061761460446026175673
Binary11000110111111011001100100100110000101101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E66; }

 p { color: rgb(198,126,102); }

 H1.HeaderClassName
 {
   color: #C67E66;
 }
 .AnyTagClassName
 {
   color: #C67E66;
 }
</style>
background-color css

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

 a { background-color: rgb(198,126,102); }

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

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

 span { border-color: rgb(198,126,102); }

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