#CB6465

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

Shades of Mandy #CB6465

Tints of Mandy #CB6465

Color information

#CB6465 (or 0xCB6465) is unknown color: approx Mandy. HEX triplet: CB, 64 and 65. RGB value is (203,100,101). Sum of RGB (Red+Green+Blue) = 203+100+101=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6465 is #349B9A. Grayscale: #838383. Windows color (decimal): -3447707 or 6644939. OLE color: 6644939.

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

Color convert

RGB203100101-
CMYK00.510.500.20
HSL359.42º49.76%59.41%-
HSV(B)359.42º50.74%79.61%-
XYZ31.5322.7515.04-
YUV130.91111.12179.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.25%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 101 (39.84% from 255) = 25%
R=50.25%
G=24.75%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310010100.510.500.20359.4249.7659.41
HexCB64650333214167323b
Octal31314414506362245476273
Binary1100101111001001100101011001111001010100101100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6465; }

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

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

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

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

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

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

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

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