Html Css Color HEX #CA7A93 Charm

📋 copy color: '#CA7A93'

red 202 ◦ green 122 ◦ blue 147

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

Shades of Charm #CA7A93

Tints of Charm #CA7A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 42.89%
G = 25.9%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA7A93 (or 0xCA7A93) is known color: Charm. HEX triplet: CA, 7A and 93. RGB value is (202,122,147). Sum of RGB (Red+Green+Blue) = 202+122+147=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A93 is #35856C. Grayscale: #949494. Windows color (decimal): -3507565 or 9665226. OLE color: 9665226.

HSL color Cylindrical-coordinate representation of color #CA7A93: hue angle of 341.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7A93 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 147 -
CMYK 0 0.40 0.27 0.21
HSL 341.25º 0.43% 0.64% -
HSV(B) 341.25º 0.4% 0.79% -
XYZ 36.58 28.58 31.19 -
YUV 148.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 202 122 147 0 0.40 0.27 0.21 341.25 0.43 0.64
Hex CA 7A 93 0 28 1B 15 155 2B 40
Octal 312 172 223 0 50 33 25 525 53 100
Binary 11001010 1111010 10010011 0 101000 11011 10101 101010101 101011 1000000

Color Harmonies of #CA7A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A93

Black with #CA7A93

Text Example


Text Example

White with #CA7A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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