Html Css Color HEX #CA737A Charm

📋 copy color: '#CA737A'

red 202 ◦ green 115 ◦ blue 122

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

Shades of Charm #CA737A

Tints of Charm #CA737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 46.01%
G = 26.2%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA737A (or 0xCA737A) is known color: Charm. HEX triplet: CA, 73 and 7A. RGB value is (202,115,122). Sum of RGB (Red+Green+Blue) = 202+115+122=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA737A is #358C85. Grayscale: #8D8D8D. Windows color (decimal): -3509382 or 8025034. OLE color: 8025034.

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

Color convert

RGB 202 115 122 -
CMYK 0 0.43 0.40 0.21
HSL 355.17º 0.45% 0.62% -
HSV(B) 355.17º 0.43% 0.79% -
XYZ 34 26.22 21.68 -
YUV 141.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 202 115 122 0 0.43 0.40 0.21 355.17 0.45 0.62
Hex CA 73 7A 0 2B 28 15 163 2D 3E
Octal 312 163 172 0 53 50 25 543 55 76
Binary 11001010 1110011 1111010 0 101011 101000 10101 101100011 101101 111110

Color Harmonies of #CA737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA737A

Black with #CA737A

Text Example


Text Example

White with #CA737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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