#CB6365

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

Shades of Mandy #CB6365

Tints of Mandy #CB6365

Color information

#CB6365 (or 0xCB6365) is unknown color: approx Mandy. HEX triplet: CB, 63 and 65. RGB value is (203,99,101). Sum of RGB (Red+Green+Blue) = 203+99+101=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6365 is #349C9A. Grayscale: #828282. Windows color (decimal): -3447963 or 6644683. OLE color: 6644683.

HSL color Cylindrical-coordinate representation of color #CB6365: hue angle of 358.85º 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 #CB6365 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20399101-
CMYK00.510.500.20
HSL358.85º50%59.22%-
HSV(B)358.85º51.23%79.61%-
XYZ31.4422.5615.01-
YUV130.32111.46179.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=50.37%
G=24.57%
B=25.06%

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
Decimal2039910100.510.500.20358.855059.22
HexCB63650333214167323b
Octal31314314506362245476273
Binary1100101111000111100101011001111001010100101100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6365; }

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

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

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

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

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

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

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

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