#CB7C6A

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

Shades of Burning Sand #CB7C6A

Tints of Burning Sand #CB7C6A

Color information

#CB7C6A (or 0xCB7C6A) is unknown color: approx Burning Sand. HEX triplet: CB, 7C and 6A. RGB value is (203,124,106). Sum of RGB (Red+Green+Blue) = 203+124+106=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C6A is #348395. Grayscale: #919191. Windows color (decimal): -3441558 or 6978763. OLE color: 6978763.

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

Color convert

RGB203124106-
CMYK00.390.480.20
HSL11.13º48.26%60.59%-
HSV(B)11.13º47.78%79.61%-
XYZ34.4428.1517.25-
YUV145.57105.67168.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=46.88%
G=28.64%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312410600.390.480.2011.1348.2660.59
HexCB7C6A0273014b303d
Octal3131741520476024136075
Binary11001011111110011010100100111110000101001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C6A; }

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

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

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

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

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

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

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

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