#CB6065

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

Shades of Mandy #CB6065

Tints of Mandy #CB6065

Color information

#CB6065 (or 0xCB6065) is unknown color: approx Mandy. HEX triplet: CB, 60 and 65. RGB value is (203,96,101). Sum of RGB (Red+Green+Blue) = 203+96+101=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6065 is #349F9A. Grayscale: #808080. Windows color (decimal): -3448731 or 6643915. OLE color: 6643915.

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

Color convert

RGB20396101-
CMYK00.530.500.20
HSL357.2º50.71%58.63%-
HSV(B)357.2º52.71%79.61%-
XYZ31.162214.92-
YUV128.56112.45181.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=50.75%
G=24%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039610100.530.500.20357.250.7158.63
HexCB60650353214165333b
Octal31314014506562245456373
Binary1100101111000001100101011010111001010100101100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6065; }

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

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

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

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

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

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

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

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