Html Css Color HEX #CA738C Charm

📋 copy color: '#CA738C'

red 202 ◦ green 115 ◦ blue 140

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

Shades of Charm #CA738C

Tints of Charm #CA738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 44.2%
G = 25.16%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA738C (or 0xCA738C) is known color: Charm. HEX triplet: CA, 73 and 8C. RGB value is (202,115,140). Sum of RGB (Red+Green+Blue) = 202+115+140=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA738C is #358C73. Grayscale: #8F8F8F. Windows color (decimal): -3509364 or 9204682. OLE color: 9204682.

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

Color convert

RGB 202 115 140 -
CMYK 0 0.43 0.31 0.21
HSL 342.76º 0.45% 0.62% -
HSV(B) 342.76º 0.43% 0.79% -
XYZ 35.22 26.71 28.11 -
YUV 143.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 202 115 140 0 0.43 0.31 0.21 342.76 0.45 0.62
Hex CA 73 8C 0 2B 1F 15 157 2D 3E
Octal 312 163 214 0 53 37 25 527 55 76
Binary 11001010 1110011 10001100 0 101011 11111 10101 101010111 101101 111110

Color Harmonies of #CA738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA738C

Black with #CA738C

Text Example


Text Example

White with #CA738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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