Html Css Color HEX #CA7184 Charm

📋 copy color: '#CA7184'

red 202 ◦ green 113 ◦ blue 132

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

Shades of Charm #CA7184

Tints of Charm #CA7184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.53%

R = 45.19%
G = 25.28%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA7184 (or 0xCA7184) is known color: Charm. HEX triplet: CA, 71 and 84. RGB value is (202,113,132). Sum of RGB (Red+Green+Blue) = 202+113+132=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7184 is #358E7B. Grayscale: #8D8D8D. Windows color (decimal): -3509884 or 8679882. OLE color: 8679882.

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

Color convert

RGB 202 113 132 -
CMYK 0 0.44 0.35 0.21
HSL 347.19º 0.46% 0.62% -
HSV(B) 347.19º 0.44% 0.79% -
XYZ 34.43 26.03 25.04 -
YUV 141.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 202 113 132 0 0.44 0.35 0.21 347.19 0.46 0.62
Hex CA 71 84 0 2C 23 15 15B 2E 3E
Octal 312 161 204 0 54 43 25 533 56 76
Binary 11001010 1110001 10000100 0 101100 100011 10101 101011011 101110 111110

Color Harmonies of #CA7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7184

Black with #CA7184

Text Example


Text Example

White with #CA7184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7184; }

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

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

background-color css

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

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

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

border-color css

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

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

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