Html Css Color HEX #CA728A Charm

📋 copy color: '#CA728A'

red 202 ◦ green 114 ◦ blue 138

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

Shades of Charm #CA728A

Tints of Charm #CA728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 44.49%
G = 25.11%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA728A (or 0xCA728A) is known color: Charm. HEX triplet: CA, 72 and 8A. RGB value is (202,114,138). Sum of RGB (Red+Green+Blue) = 202+114+138=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA728A is #358D75. Grayscale: #8F8F8F. Windows color (decimal): -3509622 or 9073354. OLE color: 9073354.

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

Color convert

RGB 202 114 138 -
CMYK 0 0.44 0.32 0.21
HSL 343.64º 0.45% 0.62% -
HSV(B) 343.64º 0.44% 0.79% -
XYZ 34.96 26.43 27.3 -
YUV 143.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 202 114 138 0 0.44 0.32 0.21 343.64 0.45 0.62
Hex CA 72 8A 0 2C 20 15 158 2D 3E
Octal 312 162 212 0 54 40 25 530 55 76
Binary 11001010 1110010 10001010 0 101100 100000 10101 101011000 101101 111110

Color Harmonies of #CA728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA728A

Black with #CA728A

Text Example


Text Example

White with #CA728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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