Html Css Color HEX #CA747E Charm

📋 copy color: '#CA747E'

red 202 ◦ green 116 ◦ blue 126

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

Shades of Charm #CA747E

Tints of Charm #CA747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.38%

R = 45.5%
G = 26.13%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA747E (or 0xCA747E) is known color: Charm. HEX triplet: CA, 74 and 7E. RGB value is (202,116,126). Sum of RGB (Red+Green+Blue) = 202+116+126=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA747E is #358B81. Grayscale: #8E8E8E. Windows color (decimal): -3509122 or 8287434. OLE color: 8287434.

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

Color convert

RGB 202 116 126 -
CMYK 0 0.43 0.38 0.21
HSL 353.02º 0.45% 0.62% -
HSV(B) 353.02º 0.43% 0.79% -
XYZ 34.37 26.55 23.05 -
YUV 142.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 202 116 126 0 0.43 0.38 0.21 353.02 0.45 0.62
Hex CA 74 7E 0 2B 26 15 161 2D 3E
Octal 312 164 176 0 53 46 25 541 55 76
Binary 11001010 1110100 1111110 0 101011 100110 10101 101100001 101101 111110

Color Harmonies of #CA747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA747E

Black with #CA747E

Text Example


Text Example

White with #CA747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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