#cb6352

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

Shades of Sunglo #CB6352

Tints of Sunglo #CB6352

Color information

#CB6352 (or 0xCB6352) is unknown color: approx Sunglo. HEX triplet: CB, 63 and 52. RGB value is (203,99,82). Sum of RGB (Red+Green+Blue) = 203+99+82=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6352 is #349CAD. Grayscale: #808080. Windows color (decimal): -3447982 or 5399499. OLE color: 5399499.

HSL color Cylindrical-coordinate representation of color #CB6352: hue angle of 8.43º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB6352 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB2039982-
CMYK00.510.600.20
HSL8.43º53.78%55.88%-
HSV(B)8.43º59.61%79.61%-
XYZ30.6122.2310.66-
YUV128.16101.96181.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=52.86%
G=25.78%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203998200.510.600.208.4353.7855.88
HexCB63520333C1483638
Octal3131431220637424106670
Binary11001011110001110100100110011111100101001000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6352; }

 p { color: rgb(203,99,82); }

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

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

 a { background-color: rgb(203,99,82); }

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

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

 span { border-color: rgb(203,99,82); }

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