#CB6265

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

Shades of Mandy #CB6265

Tints of Mandy #CB6265

Color information

#CB6265 (or 0xCB6265) is unknown color: approx Mandy. HEX triplet: CB, 62 and 65. RGB value is (203,98,101). Sum of RGB (Red+Green+Blue) = 203+98+101=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6265 is #349D9A. Grayscale: #818181. Windows color (decimal): -3448219 or 6644427. OLE color: 6644427.

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

Color convert

RGB20398101-
CMYK00.520.500.20
HSL358.29º50.24%59.02%-
HSV(B)358.29º51.72%79.61%-
XYZ31.3522.3714.98-
YUV129.74111.79180.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=50.50%
G=24.38%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039810100.520.500.20358.2950.2459.02
HexCB62650343214166323b
Octal31314214506462245466273
Binary1100101111000101100101011010011001010100101100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6265; }

 p { color: rgb(203,98,101); }

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

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

 a { background-color: rgb(203,98,101); }

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

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

 span { border-color: rgb(203,98,101); }

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