#CF816D

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

Shades of Burning Sand #CF816D

Tints of Burning Sand #CF816D

Color information

#CF816D (or 0xCF816D) is unknown color: approx Burning Sand. HEX triplet: CF, 81 and 6D. RGB value is (207,129,109). Sum of RGB (Red+Green+Blue) = 207+129+109=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF816D is #307E92. Grayscale: #969696. Windows color (decimal): -3178131 or 7176655. OLE color: 7176655.

HSL color Cylindrical-coordinate representation of color #CF816D: hue angle of 12.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF816D is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB207129109-
CMYK00.380.470.19
HSL12.24º50.52%61.96%-
HSV(B)12.24º47.34%81.18%-
XYZ36.3430.0718.36-
YUV150.04104.84168.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=46.52%
G=28.99%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712910900.380.470.1912.2450.5261.96
HexCF816D0262F13c333e
Octal3172011550465723146376
Binary110011111000000111011010100110101111100111100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF816D; }

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

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

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

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

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

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

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

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