Html Css Color HEX #CA7D8F Charm

📋 copy color: '#CA7D8F'

red 202 ◦ green 125 ◦ blue 143

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

Shades of Charm #CA7D8F

Tints of Charm #CA7D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 42.98%
G = 26.6%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA7D8F (or 0xCA7D8F) is known color: Charm. HEX triplet: CA, 7D and 8F. RGB value is (202,125,143). Sum of RGB (Red+Green+Blue) = 202+125+143=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D8F is #358270. Grayscale: #969696. Windows color (decimal): -3506801 or 9403850. OLE color: 9403850.

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

Color convert

RGB 202 125 143 -
CMYK 0 0.38 0.29 0.21
HSL 345.97º 0.42% 0.64% -
HSV(B) 345.97º 0.38% 0.79% -
XYZ 36.65 29.21 29.69 -
YUV 150.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 202 125 143 0 0.38 0.29 0.21 345.97 0.42 0.64
Hex CA 7D 8F 0 26 1D 15 15A 2A 40
Octal 312 175 217 0 46 35 25 532 52 100
Binary 11001010 1111101 10001111 0 100110 11101 10101 101011010 101010 1000000

Color Harmonies of #CA7D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D8F

Black with #CA7D8F

Text Example


Text Example

White with #CA7D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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