Html Css Color HEX #CA717C Charm

📋 copy color: '#CA717C'

red 202 ◦ green 113 ◦ blue 124

#CA717C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CA717C

Tints of Charm #CA717C

RGB

 RED value IS 202 (79.3% from 255) = 46.01%

 GREEN value IS 113 (44.53% from 255) = 25.74%

 BLUE value IS 124 (48.83% from 255) = 28.25%

R = 46.01%
G = 25.74%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA717C (or 0xCA717C) is known color: Charm. HEX triplet: CA, 71 and 7C. RGB value is (202,113,124). Sum of RGB (Red+Green+Blue) = 202+113+124=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA717C is #358E83. Grayscale: #8C8C8C. Windows color (decimal): -3509892 or 8155594. OLE color: 8155594.

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

Color convert

RGB 202 113 124 -
CMYK 0 0.44 0.39 0.21
HSL 352.58º 0.46% 0.62% -
HSV(B) 352.58º 0.44% 0.79% -
XYZ 33.9 25.82 22.27 -
YUV 140.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 202 113 124 0 0.44 0.39 0.21 352.58 0.46 0.62
Hex CA 71 7C 0 2C 27 15 161 2E 3E
Octal 312 161 174 0 54 47 25 541 56 76
Binary 11001010 1110001 1111100 0 101100 100111 10101 101100001 101110 111110

Color Harmonies of #CA717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA717C

Black with #CA717C

Text Example


Text Example

White with #CA717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA717C; }

 p { color: rgb(202,113,124); }

 H1.HeaderClassName
 {
   color: #CA717C;
 }
 .AnyTagClassName
 {
   color: #CA717C;
 }
</style>

background-color css

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

 a { background-color: rgb(202,113,124); }

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

border-color css

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

 span { border-color: rgb(202,113,124); }

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