Html Css Color HEX #CA788D Charm

📋 copy color: '#CA788D'

red 202 ◦ green 120 ◦ blue 141

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

Shades of Charm #CA788D

Tints of Charm #CA788D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 43.63%
G = 25.92%
B = 30.45%

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

#CA788D (or 0xCA788D) is known color: Charm. HEX triplet: CA, 78 and 8D. RGB value is (202,120,141). Sum of RGB (Red+Green+Blue) = 202+120+141=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA788D is #358772. Grayscale: #929292. Windows color (decimal): -3508083 or 9271498. OLE color: 9271498.

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

Color convert

RGB 202 120 141 -
CMYK 0 0.41 0.30 0.21
HSL 344.63º 0.44% 0.63% -
HSV(B) 344.63º 0.41% 0.79% -
XYZ 35.88 27.91 28.7 -
YUV 146.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 202 120 141 0 0.41 0.30 0.21 344.63 0.44 0.63
Hex CA 78 8D 0 29 1E 15 159 2C 3F
Octal 312 170 215 0 51 36 25 531 54 77
Binary 11001010 1111000 10001101 0 101001 11110 10101 101011001 101100 111111

Color Harmonies of #CA788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA788D

Black with #CA788D

Text Example


Text Example

White with #CA788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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