#CA6267

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

Shades of Mandy #CA6267

Tints of Mandy #CA6267

Color information

#CA6267 (or 0xCA6267) is unknown color: approx Mandy. HEX triplet: CA, 62 and 67. RGB value is (202,98,103). Sum of RGB (Red+Green+Blue) = 202+98+103=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6267 is #359D98. Grayscale: #818181. Windows color (decimal): -3513753 or 6775498. OLE color: 6775498.

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

Color convert

RGB20298103-
CMYK00.510.490.21
HSL357.12º49.52%58.82%-
HSV(B)357.12º51.49%79.22%-
XYZ31.1722.2715.49-
YUV129.67112.96179.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 103 (40.62% from 255) = 25.56%
R=50.12%
G=24.32%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029810300.510.490.21357.1249.5258.82
HexCA62670333115165323b
Octal31214214706361255456273
Binary1100101011000101100111011001111000110101101100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6267; }

 p { color: rgb(202,98,103); }

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

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

 a { background-color: rgb(202,98,103); }

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

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

 span { border-color: rgb(202,98,103); }

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