#CB7C6C

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

Shades of Burning Sand #CB7C6C

Tints of Burning Sand #CB7C6C

Color information

#CB7C6C (or 0xCB7C6C) is unknown color: approx Burning Sand. HEX triplet: CB, 7C and 6C. RGB value is (203,124,108). Sum of RGB (Red+Green+Blue) = 203+124+108=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C6C is #348393. Grayscale: #919191. Windows color (decimal): -3441556 or 7109835. OLE color: 7109835.

HSL color Cylindrical-coordinate representation of color #CB7C6C: hue angle of 10.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7C6C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203124108-
CMYK00.390.470.20
HSL10.11º47.74%60.98%-
HSV(B)10.11º46.8%79.61%-
XYZ34.5428.1917.81-
YUV145.8106.67168.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=46.67%
G=28.51%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312410800.390.470.2010.1147.7460.98
HexCB7C6C0272F14a303d
Octal3131741540475724126075
Binary11001011111110011011000100111101111101001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C6C; }

 p { color: rgb(203,124,108); }

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

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

 a { background-color: rgb(203,124,108); }

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

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

 span { border-color: rgb(203,124,108); }

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