#CB846D

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

Shades of Burning Sand #CB846D

Tints of Burning Sand #CB846D

Color information

#CB846D (or 0xCB846D) is unknown color: approx Burning Sand. HEX triplet: CB, 84 and 6D. RGB value is (203,132,109). Sum of RGB (Red+Green+Blue) = 203+132+109=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB846D is #347B92. Grayscale: #969696. Windows color (decimal): -3439507 or 7177419. OLE color: 7177419.

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

Color convert

RGB203132109-
CMYK00.350.460.20
HSL14.68º47.47%61.18%-
HSV(B)14.68º46.31%79.61%-
XYZ35.6430.318.44-
YUV150.61104.52165.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=45.72%
G=29.73%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313210900.350.460.2014.6847.4761.18
HexCB846D0232E14f2f3d
Octal3132041550435624175775
Binary110010111000010011011010100011101110101001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB846D; }

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

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

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

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

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

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

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

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