Html Css Color HEX #CA7A8D Charm

📋 copy color: '#CA7A8D'

red 202 ◦ green 122 ◦ blue 141

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

Shades of Charm #CA7A8D

Tints of Charm #CA7A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 43.44%
G = 26.24%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA7A8D (or 0xCA7A8D) is known color: Charm. HEX triplet: CA, 7A and 8D. RGB value is (202,122,141). Sum of RGB (Red+Green+Blue) = 202+122+141=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A8D is #358572. Grayscale: #949494. Windows color (decimal): -3507571 or 9272010. OLE color: 9272010.

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

Color convert

RGB 202 122 141 -
CMYK 0 0.40 0.30 0.21
HSL 345.75º 0.43% 0.64% -
HSV(B) 345.75º 0.4% 0.79% -
XYZ 36.12 28.4 28.78 -
YUV 148.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 202 122 141 0 0.40 0.30 0.21 345.75 0.43 0.64
Hex CA 7A 8D 0 28 1E 15 15A 2B 40
Octal 312 172 215 0 50 36 25 532 53 100
Binary 11001010 1111010 10001101 0 101000 11110 10101 101011010 101011 1000000

Color Harmonies of #CA7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A8D

Black with #CA7A8D

Text Example


Text Example

White with #CA7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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