Html Css Color HEX #CA727A Charm

📋 copy color: '#CA727A'

red 202 ◦ green 114 ◦ blue 122

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

Shades of Charm #CA727A

Tints of Charm #CA727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 46.12%
G = 26.03%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA727A (or 0xCA727A) is known color: Charm. HEX triplet: CA, 72 and 7A. RGB value is (202,114,122). Sum of RGB (Red+Green+Blue) = 202+114+122=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA727A is #358D85. Grayscale: #8D8D8D. Windows color (decimal): -3509638 or 8024778. OLE color: 8024778.

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

Color convert

RGB 202 114 122 -
CMYK 0 0.44 0.40 0.21
HSL 354.55º 0.45% 0.62% -
HSV(B) 354.55º 0.44% 0.79% -
XYZ 33.89 26 21.64 -
YUV 141.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 202 114 122 0 0.44 0.40 0.21 354.55 0.45 0.62
Hex CA 72 7A 0 2C 28 15 163 2D 3E
Octal 312 162 172 0 54 50 25 543 55 76
Binary 11001010 1110010 1111010 0 101100 101000 10101 101100011 101101 111110

Color Harmonies of #CA727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA727A

Black with #CA727A

Text Example


Text Example

White with #CA727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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