Html Css Color HEX #CA617F Charm

📋 copy color: '#CA617F'

red 202 ◦ green 97 ◦ blue 127

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

Shades of Charm #CA617F

Tints of Charm #CA617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

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

R = 47.42%
G = 22.77%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA617F (or 0xCA617F) is known color: Charm. HEX triplet: CA, 61 and 7F. RGB value is (202,97,127). Sum of RGB (Red+Green+Blue) = 202+97+127=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA617F is #359E80. Grayscale: #838383. Windows color (decimal): -3513985 or 8348106. OLE color: 8348106.

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

Color convert

RGB 202 97 127 -
CMYK 0 0.52 0.37 0.21
HSL 342.86º 0.5% 0.59% -
HSV(B) 342.86º 0.52% 0.79% -
XYZ 32.46 22.64 22.74 -
YUV 131.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 202 97 127 0 0.52 0.37 0.21 342.86 0.5 0.59
Hex CA 61 7F 0 34 25 15 157 32 3B
Octal 312 141 177 0 64 45 25 527 62 73
Binary 11001010 1100001 1111111 0 110100 100101 10101 101010111 110010 111011

Color Harmonies of #CA617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA617F

Black with #CA617F

Text Example


Text Example

White with #CA617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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