Html Css Color HEX #CA748D Charm

📋 copy color: '#CA748D'

red 202 ◦ green 116 ◦ blue 141

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

Shades of Charm #CA748D

Tints of Charm #CA748D

RGB

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

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

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

R = 44.01%
G = 25.27%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA748D (or 0xCA748D) is known color: Charm. HEX triplet: CA, 74 and 8D. RGB value is (202,116,141). Sum of RGB (Red+Green+Blue) = 202+116+141=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748D is #358B72. Grayscale: #909090. Windows color (decimal): -3509107 or 9270474. OLE color: 9270474.

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

Color convert

RGB 202 116 141 -
CMYK 0 0.43 0.30 0.21
HSL 342.56º 0.45% 0.62% -
HSV(B) 342.56º 0.43% 0.79% -
XYZ 35.41 26.97 28.54 -
YUV 144.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 202 116 141 0 0.43 0.30 0.21 342.56 0.45 0.62
Hex CA 74 8D 0 2B 1E 15 157 2D 3E
Octal 312 164 215 0 53 36 25 527 55 76
Binary 11001010 1110100 10001101 0 101011 11110 10101 101010111 101101 111110

Color Harmonies of #CA748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA748D

Black with #CA748D

Text Example


Text Example

White with #CA748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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