Html Css Color HEX #CA788B Charm

📋 copy color: '#CA788B'

red 202 ◦ green 120 ◦ blue 139

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

Shades of Charm #CA788B

Tints of Charm #CA788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 43.82%
G = 26.03%
B = 30.15%

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

#CA788B (or 0xCA788B) is known color: Charm. HEX triplet: CA, 78 and 8B. RGB value is (202,120,139). Sum of RGB (Red+Green+Blue) = 202+120+139=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA788B is #358774. Grayscale: #929292. Windows color (decimal): -3508085 or 9140426. OLE color: 9140426.

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

Color convert

RGB 202 120 139 -
CMYK 0 0.41 0.31 0.21
HSL 346.1º 0.44% 0.63% -
HSV(B) 346.1º 0.41% 0.79% -
XYZ 35.73 27.85 27.92 -
YUV 146.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 202 120 139 0 0.41 0.31 0.21 346.1 0.44 0.63
Hex CA 78 8B 0 29 1F 15 15A 2C 3F
Octal 312 170 213 0 51 37 25 532 54 77
Binary 11001010 1111000 10001011 0 101001 11111 10101 101011010 101100 111111

Color Harmonies of #CA788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA788B

Black with #CA788B

Text Example


Text Example

White with #CA788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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