#CB7F68

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

Shades of Burning Sand #CB7F68

Tints of Burning Sand #CB7F68

Color information

#CB7F68 (or 0xCB7F68) is unknown color: approx Burning Sand. HEX triplet: CB, 7F and 68. RGB value is (203,127,104). Sum of RGB (Red+Green+Blue) = 203+127+104=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F68 is #348097. Grayscale: #939393. Windows color (decimal): -3440792 or 6848459. OLE color: 6848459.

HSL color Cylindrical-coordinate representation of color #CB7F68: hue angle of 13.94º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7F68 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB203127104-
CMYK00.370.490.20
HSL13.94º48.77%60.2%-
HSV(B)13.94º48.77%79.61%-
XYZ34.7228.8716.84-
YUV147.1103.68167.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=46.77%
G=29.26%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312710400.370.490.2013.9448.7760.2
HexCB7F680253114e313c
Octal3131771500456124166174
Binary11001011111111111010000100101110001101001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F68; }

 p { color: rgb(203,127,104); }

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

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

 a { background-color: rgb(203,127,104); }

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

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

 span { border-color: rgb(203,127,104); }

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