#CA667B

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

Shades of Charm #CA667B

Tints of Charm #CA667B

Color information

#CA667B (or 0xCA667B) is unknown color: approx Charm. HEX triplet: CA, 66 and 7B. RGB value is (202,102,123). Sum of RGB (Red+Green+Blue) = 202+102+123=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA667B is #359984. Grayscale: #868686. Windows color (decimal): -3512709 or 8087242. OLE color: 8087242.

HSL color Cylindrical-coordinate representation of color #CA667B: hue angle of 347.4º 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 #CA667B is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202102123-
CMYK00.500.390.21
HSL347.4º48.54%59.61%-
HSV(B)347.4º49.5%79.22%-
XYZ32.6823.4921.55-
YUV134.29121.63176.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=47.31%
G=23.89%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210212300.500.390.21347.448.5459.61
HexCA667B032271515b313c
Octal31214617306247255336174
Binary1100101011001101111011011001010011110101101011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA667B; }

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

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

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

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

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

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

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

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