Html Css Color HEX #CA748E Charm

📋 copy color: '#CA748E'

red 202 ◦ green 116 ◦ blue 142

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

Shades of Charm #CA748E

Tints of Charm #CA748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 43.91%
G = 25.22%
B = 30.87%

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

#CA748E (or 0xCA748E) is known color: Charm. HEX triplet: CA, 74 and 8E. RGB value is (202,116,142). Sum of RGB (Red+Green+Blue) = 202+116+142=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748E is #358B71. Grayscale: #909090. Windows color (decimal): -3509106 or 9336010. OLE color: 9336010.

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

Color convert

RGB 202 116 142 -
CMYK 0 0.43 0.30 0.21
HSL 341.86º 0.45% 0.62% -
HSV(B) 341.86º 0.43% 0.79% -
XYZ 35.49 27 28.93 -
YUV 144.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 202 116 142 0 0.43 0.30 0.21 341.86 0.45 0.62
Hex CA 74 8E 0 2B 1E 15 156 2D 3E
Octal 312 164 216 0 53 36 25 526 55 76
Binary 11001010 1110100 10001110 0 101011 11110 10101 101010110 101101 111110

Color Harmonies of #CA748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA748E

Black with #CA748E

Text Example


Text Example

White with #CA748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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