Html Css Color HEX #CA777A Charm

📋 copy color: '#CA777A'

red 202 ◦ green 119 ◦ blue 122

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

Shades of Charm #CA777A

Tints of Charm #CA777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 45.6%
G = 26.86%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA777A (or 0xCA777A) is known color: Charm. HEX triplet: CA, 77 and 7A. RGB value is (202,119,122). Sum of RGB (Red+Green+Blue) = 202+119+122=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA777A is #358885. Grayscale: #909090. Windows color (decimal): -3508358 or 8026058. OLE color: 8026058.

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

Color convert

RGB 202 119 122 -
CMYK 0 0.41 0.40 0.21
HSL 357.83º 0.44% 0.63% -
HSV(B) 357.83º 0.41% 0.79% -
XYZ 34.47 27.16 21.84 -
YUV 144.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 202 119 122 0 0.41 0.40 0.21 357.83 0.44 0.63
Hex CA 77 7A 0 29 28 15 166 2C 3F
Octal 312 167 172 0 51 50 25 546 54 77
Binary 11001010 1110111 1111010 0 101001 101000 10101 101100110 101100 111111

Color Harmonies of #CA777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA777A

Black with #CA777A

Text Example


Text Example

White with #CA777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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