#CB6266

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

Shades of Mandy #CB6266

Tints of Mandy #CB6266

Color information

#CB6266 (or 0xCB6266) is unknown color: approx Mandy. HEX triplet: CB, 62 and 66. RGB value is (203,98,102). Sum of RGB (Red+Green+Blue) = 203+98+102=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6266 is #349D99. Grayscale: #818181. Windows color (decimal): -3448218 or 6709963. OLE color: 6709963.

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

Color convert

RGB20398102-
CMYK00.520.500.20
HSL357.71º50.24%59.02%-
HSV(B)357.71º51.72%79.61%-
XYZ31.3922.3915.24-
YUV129.85112.29180.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=50.37%
G=24.32%
B=25.31%

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
Decimal2039810200.520.500.20357.7150.2459.02
HexCB62660343214166323b
Octal31314214606462245466273
Binary1100101111000101100110011010011001010100101100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6266; }

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

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

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

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

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

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

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

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