Html Css Color HEX #CA748F Charm

📋 copy color: '#CA748F'

red 202 ◦ green 116 ◦ blue 143

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

Shades of Charm #CA748F

Tints of Charm #CA748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

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

R = 43.82%
G = 25.16%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA748F (or 0xCA748F) is known color: Charm. HEX triplet: CA, 74 and 8F. RGB value is (202,116,143). Sum of RGB (Red+Green+Blue) = 202+116+143=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748F is #358B70. Grayscale: #909090. Windows color (decimal): -3509105 or 9401546. OLE color: 9401546.

HSL color Cylindrical-coordinate representation of color #CA748F: hue angle of 341.16º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA748F is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 116 143 -
CMYK 0 0.43 0.29 0.21
HSL 341.16º 0.45% 0.62% -
HSV(B) 341.16º 0.43% 0.79% -
XYZ 35.56 27.03 29.33 -
YUV 144.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 202 116 143 0 0.43 0.29 0.21 341.16 0.45 0.62
Hex CA 74 8F 0 2B 1D 15 155 2D 3E
Octal 312 164 217 0 53 35 25 525 55 76
Binary 11001010 1110100 10001111 0 101011 11101 10101 101010101 101101 111110

Color Harmonies of #CA748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA748F

Black with #CA748F

Text Example


Text Example

White with #CA748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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