#C68167

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

Shades of Burning Sand #C68167

Tints of Burning Sand #C68167

Color information

#C68167 (or 0xC68167) is unknown color: approx Burning Sand. HEX triplet: C6, 81 and 67. RGB value is (198,129,103). Sum of RGB (Red+Green+Blue) = 198+129+103=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C68167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68167 is #397E98. Grayscale: #929292. Windows color (decimal): -3767961 or 6783430. OLE color: 6783430.

HSL color Cylindrical-coordinate representation of color #C68167: hue angle of 16.42º degrees, saturation: 0.45, 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 #C68167 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB198129103-
CMYK00.350.480.22
HSL16.42º45.45%59.02%-
HSV(B)16.42º47.98%77.65%-
XYZ33.5928.6916.6-
YUV146.67103.36164.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=46.05%
G=30%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812910300.350.480.2216.4245.4559.02
HexC681670233016102d3b
Octal3062011470436026205573
Binary1100011010000001110011101000111100001011010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68167; }

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

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

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

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

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

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

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

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