#CB7C61

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

Shades of Burning Sand #CB7C61

Tints of Burning Sand #CB7C61

Color information

#CB7C61 (or 0xCB7C61) is unknown color: approx Burning Sand. HEX triplet: CB, 7C and 61. RGB value is (203,124,97). Sum of RGB (Red+Green+Blue) = 203+124+97=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C61 is #34839E. Grayscale: #909090. Windows color (decimal): -3441567 or 6388939. OLE color: 6388939.

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

Color convert

RGB20312497-
CMYK00.390.520.20
HSL15.28º50.48%58.82%-
HSV(B)15.28º52.22%79.61%-
XYZ33.9927.9714.92-
YUV144.54101.17169.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=47.88%
G=29.25%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031249700.390.520.2015.2850.4858.82
HexCB7C610273414f323b
Octal3131741410476424176273
Binary11001011111110011000010100111110100101001111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C61; }

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

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

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

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

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

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

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

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