#CF8167

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

Shades of Burning Sand #CF8167

Tints of Burning Sand #CF8167

Color information

#CF8167 (or 0xCF8167) is unknown color: approx Burning Sand. HEX triplet: CF, 81 and 67. RGB value is (207,129,103). Sum of RGB (Red+Green+Blue) = 207+129+103=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8167 is #307E98. Grayscale: #959595. Windows color (decimal): -3178137 or 6783439. OLE color: 6783439.

HSL color Cylindrical-coordinate representation of color #CF8167: hue angle of 15º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF8167 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB207129103-
CMYK00.380.500.19
HSL15º52%60.78%-
HSV(B)15º50.24%81.18%-
XYZ36.0329.9516.71-
YUV149.36101.84169.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=47.15%
G=29.38%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712910300.380.500.19155260.78
HexCF81670263213f343d
Octal3172011470466223176475
Binary110011111000000111001110100110110010100111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8167; }

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

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

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

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

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

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

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

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