Html Css Color HEX #CA788C Charm

📋 copy color: '#CA788C'

red 202 ◦ green 120 ◦ blue 140

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

Shades of Charm #CA788C

Tints of Charm #CA788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 43.72%
G = 25.97%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA788C (or 0xCA788C) is known color: Charm. HEX triplet: CA, 78 and 8C. RGB value is (202,120,140). Sum of RGB (Red+Green+Blue) = 202+120+140=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA788C is #358773. Grayscale: #929292. Windows color (decimal): -3508084 or 9205962. OLE color: 9205962.

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

Color convert

RGB 202 120 140 -
CMYK 0 0.41 0.31 0.21
HSL 345.37º 0.44% 0.63% -
HSV(B) 345.37º 0.41% 0.79% -
XYZ 35.81 27.88 28.31 -
YUV 146.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 202 120 140 0 0.41 0.31 0.21 345.37 0.44 0.63
Hex CA 78 8C 0 29 1F 15 159 2C 3F
Octal 312 170 214 0 51 37 25 531 54 77
Binary 11001010 1111000 10001100 0 101001 11111 10101 101011001 101100 111111

Color Harmonies of #CA788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA788C

Black with #CA788C

Text Example


Text Example

White with #CA788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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