#cb846a

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

Shades of Burning Sand #CB846A

Tints of Burning Sand #CB846A

Color information

#CB846A (or 0xCB846A) is unknown color: approx Burning Sand. HEX triplet: CB, 84 and 6A. RGB value is (203,132,106). Sum of RGB (Red+Green+Blue) = 203+132+106=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB846A is #347B95. Grayscale: #969696. Windows color (decimal): -3439510 or 6980811. OLE color: 6980811.

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

Color convert

RGB203132106-
CMYK00.350.480.20
HSL16.08º48.26%60.59%-
HSV(B)16.08º47.78%79.61%-
XYZ35.4830.2417.6-
YUV150.26103.02165.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=46.03%
G=29.93%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313210600.350.480.2016.0848.2660.59
HexCB846A023301410303d
Octal3132041520436024206075
Binary1100101110000100110101001000111100001010010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb846a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb846a; }

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

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

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

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

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

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

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

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