#CB825C

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

Shades of Burning Sand #CB825C

Tints of Burning Sand #CB825C

Color information

#CB825C (or 0xCB825C) is unknown color: approx Burning Sand. HEX triplet: CB, 82 and 5C. RGB value is (203,130,92). Sum of RGB (Red+Green+Blue) = 203+130+92=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB825C is #347DA3. Grayscale: #939393. Windows color (decimal): -3440036 or 6062795. OLE color: 6062795.

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

Color convert

RGB20313092-
CMYK00.360.550.20
HSL20.54º51.63%57.84%-
HSV(B)20.54º54.68%79.61%-
XYZ34.5429.4313.99-
YUV147.596.68167.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=47.76%
G=30.59%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031309200.360.550.2020.5451.6357.84
HexCB825C024371415343a
Octal3132021340446724256472
Binary1100101110000010101110001001001101111010010101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB825C; }

 p { color: rgb(203,130,92); }

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

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

 a { background-color: rgb(203,130,92); }

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

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

 span { border-color: rgb(203,130,92); }

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