Html Css Color HEX #CA707F Charm

📋 copy color: '#CA707F'

red 202 ◦ green 112 ◦ blue 127

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

Shades of Charm #CA707F

Tints of Charm #CA707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 45.8%
G = 25.4%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA707F (or 0xCA707F) is known color: Charm. HEX triplet: CA, 70 and 7F. RGB value is (202,112,127). Sum of RGB (Red+Green+Blue) = 202+112+127=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA707F is #358F80. Grayscale: #8C8C8C. Windows color (decimal): -3510145 or 8351946. OLE color: 8351946.

HSL color Cylindrical-coordinate representation of color #CA707F: hue angle of 350º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA707F is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 127 -
CMYK 0 0.45 0.37 0.21
HSL 350º 0.46% 0.62% -
HSV(B) 350º 0.45% 0.79% -
XYZ 33.98 25.68 23.24 -
YUV 140.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 202 112 127 0 0.45 0.37 0.21 350 0.46 0.62
Hex CA 70 7F 0 2D 25 15 15E 2E 3E
Octal 312 160 177 0 55 45 25 536 56 76
Binary 11001010 1110000 1111111 0 101101 100101 10101 101011110 101110 111110

Color Harmonies of #CA707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA707F

Black with #CA707F

Text Example


Text Example

White with #CA707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA707F; }

 p { color: rgb(202,112,127); }

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

background-color css

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

 a { background-color: rgb(202,112,127); }

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

border-color css

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

 span { border-color: rgb(202,112,127); }

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