#CB8568

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

Shades of Burning Sand #CB8568

Tints of Burning Sand #CB8568

Color information

#CB8568 (or 0xCB8568) is unknown color: approx Burning Sand. HEX triplet: CB, 85 and 68. RGB value is (203,133,104). Sum of RGB (Red+Green+Blue) = 203+133+104=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8568 is #347A97. Grayscale: #969696. Windows color (decimal): -3439256 or 6849995. OLE color: 6849995.

HSL color Cylindrical-coordinate representation of color #CB8568: hue angle of 17.58º 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 #CB8568 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB203133104-
CMYK00.340.490.20
HSL17.58º48.77%60.2%-
HSV(B)17.58º48.77%79.61%-
XYZ35.5130.4717.11-
YUV150.62101.69165.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=46.14%
G=30.23%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313310400.340.490.2017.5848.7760.2
HexCB8568022311412313c
Octal3132051500426124226174
Binary1100101110000101110100001000101100011010010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8568; }

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

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

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

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

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

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

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

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