#CA767E

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

Shades of Charm #CA767E

Tints of Charm #CA767E

Color information

#CA767E (or 0xCA767E) is unknown color: approx Charm. HEX triplet: CA, 76 and 7E. RGB value is (202,118,126). Sum of RGB (Red+Green+Blue) = 202+118+126=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA767E is #358981. Grayscale: #909090. Windows color (decimal): -3508610 or 8287946. OLE color: 8287946.

HSL color Cylindrical-coordinate representation of color #CA767E: hue angle of 354.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA767E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202118126-
CMYK00.420.380.21
HSL354.29º44.21%62.75%-
HSV(B)354.29º41.58%79.22%-
XYZ34.627.0223.13-
YUV144.03117.83169.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=45.29%
G=26.46%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211812600.420.380.21354.2944.2162.75
HexCA767E02A26151622c3f
Octal31216617605246255425477
Binary1100101011101101111110010101010011010101101100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA767E; }

 p { color: rgb(202,118,126); }

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

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

 a { background-color: rgb(202,118,126); }

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

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

 span { border-color: rgb(202,118,126); }

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