Html Css Color HEX #CA788E Charm

📋 copy color: '#CA788E'

red 202 ◦ green 120 ◦ blue 142

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

Shades of Charm #CA788E

Tints of Charm #CA788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.86%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 43.53%
G = 25.86%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA788E (or 0xCA788E) is known color: Charm. HEX triplet: CA, 78 and 8E. RGB value is (202,120,142). Sum of RGB (Red+Green+Blue) = 202+120+142=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA788E is #358771. Grayscale: #939393. Windows color (decimal): -3508082 or 9337034. OLE color: 9337034.

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

Color convert

RGB 202 120 142 -
CMYK 0 0.41 0.30 0.21
HSL 343.9º 0.44% 0.63% -
HSV(B) 343.9º 0.41% 0.79% -
XYZ 35.96 27.94 29.09 -
YUV 147.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 202 120 142 0 0.41 0.30 0.21 343.9 0.44 0.63
Hex CA 78 8E 0 29 1E 15 158 2C 3F
Octal 312 170 216 0 51 36 25 530 54 77
Binary 11001010 1111000 10001110 0 101001 11110 10101 101011000 101100 111111

Color Harmonies of #CA788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA788E

Black with #CA788E

Text Example


Text Example

White with #CA788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA788E; }

 p { color: rgb(202,120,142); }

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

background-color css

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

 a { background-color: rgb(202,120,142); }

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

border-color css

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

 span { border-color: rgb(202,120,142); }

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