Html Css Color HEX #CA777C Charm

📋 copy color: '#CA777C'

red 202 ◦ green 119 ◦ blue 124

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

Shades of Charm #CA777C

Tints of Charm #CA777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.74%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 45.39%
G = 26.74%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA777C (or 0xCA777C) is known color: Charm. HEX triplet: CA, 77 and 7C. RGB value is (202,119,124). Sum of RGB (Red+Green+Blue) = 202+119+124=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA777C is #358883. Grayscale: #909090. Windows color (decimal): -3508356 or 8157130. OLE color: 8157130.

HSL color Cylindrical-coordinate representation of color #CA777C: hue angle of 356.39º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA777C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 119 124 -
CMYK 0 0.41 0.39 0.21
HSL 356.39º 0.44% 0.63% -
HSV(B) 356.39º 0.41% 0.79% -
XYZ 34.59 27.21 22.5 -
YUV 144.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 202 119 124 0 0.41 0.39 0.21 356.39 0.44 0.63
Hex CA 77 7C 0 29 27 15 164 2C 3F
Octal 312 167 174 0 51 47 25 544 54 77
Binary 11001010 1110111 1111100 0 101001 100111 10101 101100100 101100 111111

Color Harmonies of #CA777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA777C

Black with #CA777C

Text Example


Text Example

White with #CA777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA777C; }

 p { color: rgb(202,119,124); }

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

background-color css

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

 a { background-color: rgb(202,119,124); }

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

border-color css

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

 span { border-color: rgb(202,119,124); }

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