#CA677A

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

Shades of Charm #CA677A

Tints of Charm #CA677A

Color information

#CA677A (or 0xCA677A) is unknown color: approx Charm. HEX triplet: CA, 67 and 7A. RGB value is (202,103,122). Sum of RGB (Red+Green+Blue) = 202+103+122=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA677A is #359885. Grayscale: #868686. Windows color (decimal): -3512454 or 8021962. OLE color: 8021962.

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

Color convert

RGB202103122-
CMYK00.490.400.21
HSL348.48º48.29%59.8%-
HSV(B)348.48º49.01%79.22%-
XYZ32.7223.6621.26-
YUV134.77120.8175.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=47.31%
G=24.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210312200.490.400.21348.4848.2959.8
HexCA677A031281515c303c
Octal31214717206150255346074
Binary1100101011001111111010011000110100010101101011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA677A; }

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

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

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

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

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

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

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

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