#CB6165

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

Shades of Mandy #CB6165

Tints of Mandy #CB6165

Color information

#CB6165 (or 0xCB6165) is unknown color: approx Mandy. HEX triplet: CB, 61 and 65. RGB value is (203,97,101). Sum of RGB (Red+Green+Blue) = 203+97+101=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6165 is #349E9A. Grayscale: #818181. Windows color (decimal): -3448475 or 6644171. OLE color: 6644171.

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

Color convert

RGB20397101-
CMYK00.520.500.20
HSL357.74º50.48%58.82%-
HSV(B)357.74º52.22%79.61%-
XYZ31.2522.1914.95-
YUV129.15112.12180.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=50.62%
G=24.19%
B=25.19%

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
Decimal2039710100.520.500.20357.7450.4858.82
HexCB61650343214166323b
Octal31314114506462245466273
Binary1100101111000011100101011010011001010100101100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6165; }

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

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

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

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

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

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

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

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