Html Css Color HEX #C78088 Charm

📋 copy color: '#C78088'

red 199 ◦ green 128 ◦ blue 136

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

Shades of Charm #C78088

Tints of Charm #C78088

RGB

 RED value IS 199 (78.13% from 255) = 42.98%

 GREEN value IS 128 (50.39% from 255) = 27.65%

 BLUE value IS 136 (53.52% from 255) = 29.37%

R = 42.98%
G = 27.65%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C78088 (or 0xC78088) is known color: Charm. HEX triplet: C7, 80 and 88. RGB value is (199,128,136). Sum of RGB (Red+Green+Blue) = 199+128+136=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C78088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78088 is #387F77. Grayscale: #969696. Windows color (decimal): -3702648 or 8945863. OLE color: 8945863.

HSL color Cylindrical-coordinate representation of color #C78088: hue angle of 353.24º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78088 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 136 -
CMYK 0 0.36 0.32 0.22
HSL 353.24º 0.39% 0.64% -
HSV(B) 353.24º 0.36% 0.78% -
XYZ 35.72 29.36 27.08 -
YUV 150.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 199 128 136 0 0.36 0.32 0.22 353.24 0.39 0.64
Hex C7 80 88 0 24 20 16 161 27 40
Octal 307 200 210 0 44 40 26 541 47 100
Binary 11000111 10000000 10001000 0 100100 100000 10110 101100001 100111 1000000

Color Harmonies of #C78088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78088

Black with #C78088

Text Example


Text Example

White with #C78088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78088; }

 p { color: rgb(199,128,136); }

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

background-color css

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

 a { background-color: rgb(199,128,136); }

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

border-color css

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

 span { border-color: rgb(199,128,136); }

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