Html Css Color HEX #CA777F Charm

📋 copy color: '#CA777F'

red 202 ◦ green 119 ◦ blue 127

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

Shades of Charm #CA777F

Tints of Charm #CA777F

RGB

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

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

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

R = 45.09%
G = 26.56%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA777F (or 0xCA777F) is known color: Charm. HEX triplet: CA, 77 and 7F. RGB value is (202,119,127). Sum of RGB (Red+Green+Blue) = 202+119+127=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA777F is #358880. Grayscale: #909090. Windows color (decimal): -3508353 or 8353738. OLE color: 8353738.

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

Color convert

RGB 202 119 127 -
CMYK 0 0.41 0.37 0.21
HSL 354.22º 0.44% 0.63% -
HSV(B) 354.22º 0.41% 0.79% -
XYZ 34.78 27.28 23.51 -
YUV 144.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 202 119 127 0 0.41 0.37 0.21 354.22 0.44 0.63
Hex CA 77 7F 0 29 25 15 162 2C 3F
Octal 312 167 177 0 51 45 25 542 54 77
Binary 11001010 1110111 1111111 0 101001 100101 10101 101100010 101100 111111

Color Harmonies of #CA777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA777F

Black with #CA777F

Text Example


Text Example

White with #CA777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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