Html Css Color HEX #CA7D8D Charm

📋 copy color: '#CA7D8D'

red 202 ◦ green 125 ◦ blue 141

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

Shades of Charm #CA7D8D

Tints of Charm #CA7D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

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

R = 43.16%
G = 26.71%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA7D8D (or 0xCA7D8D) is known color: Charm. HEX triplet: CA, 7D and 8D. RGB value is (202,125,141). Sum of RGB (Red+Green+Blue) = 202+125+141=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D8D is #358272. Grayscale: #959595. Windows color (decimal): -3506803 or 9272778. OLE color: 9272778.

HSL color Cylindrical-coordinate representation of color #CA7D8D: hue angle of 347.53º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7D8D is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 141 -
CMYK 0 0.38 0.30 0.21
HSL 347.53º 0.42% 0.64% -
HSV(B) 347.53º 0.38% 0.79% -
XYZ 36.5 29.15 28.9 -
YUV 149.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 202 125 141 0 0.38 0.30 0.21 347.53 0.42 0.64
Hex CA 7D 8D 0 26 1E 15 15C 2A 40
Octal 312 175 215 0 46 36 25 534 52 100
Binary 11001010 1111101 10001101 0 100110 11110 10101 101011100 101010 1000000

Color Harmonies of #CA7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D8D

Black with #CA7D8D

Text Example


Text Example

White with #CA7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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