#CB7E6E

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

Shades of Burning Sand #CB7E6E

Tints of Burning Sand #CB7E6E

Color information

#CB7E6E (or 0xCB7E6E) is unknown color: approx Burning Sand. HEX triplet: CB, 7E and 6E. RGB value is (203,126,110). Sum of RGB (Red+Green+Blue) = 203+126+110=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E6E is #348191. Grayscale: #939393. Windows color (decimal): -3441042 or 7241419. OLE color: 7241419.

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

Color convert

RGB203126110-
CMYK00.380.460.20
HSL10.32º47.21%61.37%-
HSV(B)10.32º45.81%79.61%-
XYZ34.928.7418.46-
YUV147.2107.01167.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=46.24%
G=28.70%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312611000.380.460.2010.3247.2161.37
HexCB7E6E0262E14a2f3d
Octal3131761560465624125775
Binary11001011111111011011100100110101110101001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E6E; }

 p { color: rgb(203,126,110); }

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

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

 a { background-color: rgb(203,126,110); }

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

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

 span { border-color: rgb(203,126,110); }

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