Html Css Color HEX #CA738B Charm

📋 copy color: '#CA738B'

red 202 ◦ green 115 ◦ blue 139

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

Shades of Charm #CA738B

Tints of Charm #CA738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 44.3%
G = 25.22%
B = 30.48%

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

#CA738B (or 0xCA738B) is known color: Charm. HEX triplet: CA, 73 and 8B. RGB value is (202,115,139). Sum of RGB (Red+Green+Blue) = 202+115+139=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA738B is #358C74. Grayscale: #8F8F8F. Windows color (decimal): -3509365 or 9139146. OLE color: 9139146.

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

Color convert

RGB 202 115 139 -
CMYK 0 0.43 0.31 0.21
HSL 343.45º 0.45% 0.62% -
HSV(B) 343.45º 0.43% 0.79% -
XYZ 35.15 26.68 27.72 -
YUV 143.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 202 115 139 0 0.43 0.31 0.21 343.45 0.45 0.62
Hex CA 73 8B 0 2B 1F 15 157 2D 3E
Octal 312 163 213 0 53 37 25 527 55 76
Binary 11001010 1110011 10001011 0 101011 11111 10101 101010111 101101 111110

Color Harmonies of #CA738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA738B

Black with #CA738B

Text Example


Text Example

White with #CA738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA738B; }

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

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

background-color css

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

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

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

border-color css

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

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

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