Html Css Color HEX #C2788B Charm

📋 copy color: '#C2788B'

red 194 ◦ green 120 ◦ blue 139

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

Shades of Charm #C2788B

Tints of Charm #C2788B

RGB

 RED value IS 194 (76.17% from 255) = 42.83%

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

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

R = 42.83%
G = 26.49%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2788B (or 0xC2788B) is known color: Charm. HEX triplet: C2, 78 and 8B. RGB value is (194,120,139). Sum of RGB (Red+Green+Blue) = 194+120+139=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2788B is #3D8774. Grayscale: #909090. Windows color (decimal): -4032373 or 9140418. OLE color: 9140418.

HSL color Cylindrical-coordinate representation of color #C2788B: hue angle of 344.59º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2788B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 120 139 -
CMYK 0 0.38 0.28 0.24
HSL 344.59º 0.38% 0.62% -
HSV(B) 344.59º 0.38% 0.76% -
XYZ 33.62 26.77 27.82 -
YUV 144.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 194 120 139 0 0.38 0.28 0.24 344.59 0.38 0.62
Hex C2 78 8B 0 26 1C 18 159 26 3E
Octal 302 170 213 0 46 34 30 531 46 76
Binary 11000010 1111000 10001011 0 100110 11100 11000 101011001 100110 111110

Color Harmonies of #C2788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2788B

Black with #C2788B

Text Example


Text Example

White with #C2788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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