Html Css Color HEX #CA718D Charm

📋 copy color: '#CA718D'

red 202 ◦ green 113 ◦ blue 141

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

Shades of Charm #CA718D

Tints of Charm #CA718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 44.3%
G = 24.78%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA718D (or 0xCA718D) is known color: Charm. HEX triplet: CA, 71 and 8D. RGB value is (202,113,141). Sum of RGB (Red+Green+Blue) = 202+113+141=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA718D is #358E72. Grayscale: #8E8E8E. Windows color (decimal): -3509875 or 9269706. OLE color: 9269706.

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

Color convert

RGB 202 113 141 -
CMYK 0 0.44 0.30 0.21
HSL 341.12º 0.46% 0.62% -
HSV(B) 341.12º 0.44% 0.79% -
XYZ 35.07 26.29 28.43 -
YUV 142.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 202 113 141 0 0.44 0.30 0.21 341.12 0.46 0.62
Hex CA 71 8D 0 2C 1E 15 155 2E 3E
Octal 312 161 215 0 54 36 25 525 56 76
Binary 11001010 1110001 10001101 0 101100 11110 10101 101010101 101110 111110

Color Harmonies of #CA718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA718D

Black with #CA718D

Text Example


Text Example

White with #CA718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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