Html Css Color HEX #CA717D Charm

📋 copy color: '#CA717D'

red 202 ◦ green 113 ◦ blue 125

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

Shades of Charm #CA717D

Tints of Charm #CA717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 45.91%
G = 25.68%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA717D (or 0xCA717D) is known color: Charm. HEX triplet: CA, 71 and 7D. RGB value is (202,113,125). Sum of RGB (Red+Green+Blue) = 202+113+125=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA717D is #358E82. Grayscale: #8D8D8D. Windows color (decimal): -3509891 or 8221130. OLE color: 8221130.

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

Color convert

RGB 202 113 125 -
CMYK 0 0.44 0.38 0.21
HSL 351.91º 0.46% 0.62% -
HSV(B) 351.91º 0.44% 0.79% -
XYZ 33.96 25.85 22.6 -
YUV 140.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 202 113 125 0 0.44 0.38 0.21 351.91 0.46 0.62
Hex CA 71 7D 0 2C 26 15 160 2E 3E
Octal 312 161 175 0 54 46 25 540 56 76
Binary 11001010 1110001 1111101 0 101100 100110 10101 101100000 101110 111110

Color Harmonies of #CA717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA717D

Black with #CA717D

Text Example


Text Example

White with #CA717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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