Html Css Color HEX #CA738D Charm

📋 copy color: '#CA738D'

red 202 ◦ green 115 ◦ blue 141

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

Shades of Charm #CA738D

Tints of Charm #CA738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.11%

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

R = 44.1%
G = 25.11%
B = 30.79%

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

#CA738D (or 0xCA738D) is known color: Charm. HEX triplet: CA, 73 and 8D. RGB value is (202,115,141). Sum of RGB (Red+Green+Blue) = 202+115+141=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA738D is #358C72. Grayscale: #8F8F8F. Windows color (decimal): -3509363 or 9270218. OLE color: 9270218.

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

Color convert

RGB 202 115 141 -
CMYK 0 0.43 0.30 0.21
HSL 342.07º 0.45% 0.62% -
HSV(B) 342.07º 0.43% 0.79% -
XYZ 35.3 26.74 28.5 -
YUV 143.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 202 115 141 0 0.43 0.30 0.21 342.07 0.45 0.62
Hex CA 73 8D 0 2B 1E 15 156 2D 3E
Octal 312 163 215 0 53 36 25 526 55 76
Binary 11001010 1110011 10001101 0 101011 11110 10101 101010110 101101 111110

Color Harmonies of #CA738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA738D

Black with #CA738D

Text Example


Text Example

White with #CA738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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