Html Css Color HEX #CA657D Charm

📋 copy color: '#CA657D'

red 202 ◦ green 101 ◦ blue 125

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

Shades of Charm #CA657D

Tints of Charm #CA657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 47.2%
G = 23.6%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA657D (or 0xCA657D) is known color: Charm. HEX triplet: CA, 65 and 7D. RGB value is (202,101,125). Sum of RGB (Red+Green+Blue) = 202+101+125=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA657D is #359A82. Grayscale: #858585. Windows color (decimal): -3512963 or 8218058. OLE color: 8218058.

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

Color convert

RGB 202 101 125 -
CMYK 0 0.50 0.38 0.21
HSL 345.74º 0.49% 0.59% -
HSV(B) 345.74º 0.5% 0.79% -
XYZ 32.71 23.34 22.18 -
YUV 133.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 202 101 125 0 0.50 0.38 0.21 345.74 0.49 0.59
Hex CA 65 7D 0 32 26 15 15A 31 3B
Octal 312 145 175 0 62 46 25 532 61 73
Binary 11001010 1100101 1111101 0 110010 100110 10101 101011010 110001 111011

Color Harmonies of #CA657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA657D

Black with #CA657D

Text Example


Text Example

White with #CA657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA657D; }

 p { color: rgb(202,101,125); }

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

background-color css

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

 a { background-color: rgb(202,101,125); }

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

border-color css

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

 span { border-color: rgb(202,101,125); }

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