Html Css Color HEX #CA788A Charm

📋 copy color: '#CA788A'

red 202 ◦ green 120 ◦ blue 138

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

Shades of Charm #CA788A

Tints of Charm #CA788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 43.91%
G = 26.09%
B = 30%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA788A (or 0xCA788A) is known color: Charm. HEX triplet: CA, 78 and 8A. RGB value is (202,120,138). Sum of RGB (Red+Green+Blue) = 202+120+138=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA788A is #358775. Grayscale: #929292. Windows color (decimal): -3508086 or 9074890. OLE color: 9074890.

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

Color convert

RGB 202 120 138 -
CMYK 0 0.41 0.32 0.21
HSL 346.83º 0.44% 0.63% -
HSV(B) 346.83º 0.41% 0.79% -
XYZ 35.66 27.82 27.54 -
YUV 146.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 202 120 138 0 0.41 0.32 0.21 346.83 0.44 0.63
Hex CA 78 8A 0 29 20 15 15B 2C 3F
Octal 312 170 212 0 51 40 25 533 54 77
Binary 11001010 1111000 10001010 0 101001 100000 10101 101011011 101100 111111

Color Harmonies of #CA788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA788A

Black with #CA788A

Text Example


Text Example

White with #CA788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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