#ca6b80

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

Shades of Charm #CA6B80

Tints of Charm #CA6B80

Color information

#CA6B80 (or 0xCA6B80) is unknown color: approx Charm. HEX triplet: CA, 6B and 80. RGB value is (202,107,128). Sum of RGB (Red+Green+Blue) = 202+107+128=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B80 is #35947F. Grayscale: #898989. Windows color (decimal): -3511424 or 8416202. OLE color: 8416202.

HSL color Cylindrical-coordinate representation of color #CA6B80: hue angle of 346.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6B80 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202107128-
CMYK00.470.370.21
HSL346.74º47.26%60.59%-
HSV(B)346.74º47.03%79.22%-
XYZ33.5124.6323.41-
YUV137.8122.47173.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=46.22%
G=24.49%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210712800.470.370.21346.7447.2660.59
HexCA6B8002F251515b2f3d
Octal31215320005745255335775
Binary11001010110101110000000010111110010110101101011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca6b80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca6b80; }

 p { color: rgb(202,107,128); }

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

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

 a { background-color: rgb(202,107,128); }

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

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

 span { border-color: rgb(202,107,128); }

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