#CA6683

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

Shades of Charm #CA6683

Tints of Charm #CA6683

Color information

#CA6683 (or 0xCA6683) is unknown color: approx Charm. HEX triplet: CA, 66 and 83. RGB value is (202,102,131). Sum of RGB (Red+Green+Blue) = 202+102+131=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6683 is #35997C. Grayscale: #878787. Windows color (decimal): -3512701 or 8611530. OLE color: 8611530.

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

Color convert

RGB202102131-
CMYK00.500.350.21
HSL342.6º48.54%59.61%-
HSV(B)342.6º49.5%79.22%-
XYZ33.2123.724.3-
YUV135.21125.63175.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=46.44%
G=23.45%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210213100.500.350.21342.648.5459.61
HexCA66830322315157313c
Octal31214620306243255276174
Binary11001010110011010000011011001010001110101101010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6683; }

 p { color: rgb(202,102,131); }

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

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

 a { background-color: rgb(202,102,131); }

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

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

 span { border-color: rgb(202,102,131); }

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