Html Css Color HEX #CA727C Charm

📋 copy color: '#CA727C'

red 202 ◦ green 114 ◦ blue 124

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

Shades of Charm #CA727C

Tints of Charm #CA727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

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

R = 45.91%
G = 25.91%
B = 28.18%

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

#CA727C (or 0xCA727C) is known color: Charm. HEX triplet: CA, 72 and 7C. RGB value is (202,114,124). Sum of RGB (Red+Green+Blue) = 202+114+124=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA727C is #358D83. Grayscale: #8D8D8D. Windows color (decimal): -3509636 or 8155850. OLE color: 8155850.

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

Color convert

RGB 202 114 124 -
CMYK 0 0.44 0.39 0.21
HSL 353.18º 0.45% 0.62% -
HSV(B) 353.18º 0.44% 0.79% -
XYZ 34.01 26.05 22.3 -
YUV 141.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 202 114 124 0 0.44 0.39 0.21 353.18 0.45 0.62
Hex CA 72 7C 0 2C 27 15 161 2D 3E
Octal 312 162 174 0 54 47 25 541 55 76
Binary 11001010 1110010 1111100 0 101100 100111 10101 101100001 101101 111110

Color Harmonies of #CA727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA727C

Black with #CA727C

Text Example


Text Example

White with #CA727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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