Html Css Color HEX #C68088 Charm

📋 copy color: '#C68088'

red 198 ◦ green 128 ◦ blue 136

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

Shades of Charm #C68088

Tints of Charm #C68088

RGB

 RED value IS 198 (77.73% from 255) = 42.86%

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

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

R = 42.86%
G = 27.71%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C68088 (or 0xC68088) is known color: Charm. HEX triplet: C6, 80 and 88. RGB value is (198,128,136). Sum of RGB (Red+Green+Blue) = 198+128+136=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C68088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68088 is #397F77. Grayscale: #959595. Windows color (decimal): -3768184 or 8945862. OLE color: 8945862.

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

Color convert

RGB 198 128 136 -
CMYK 0 0.35 0.31 0.22
HSL 353.14º 0.38% 0.64% -
HSV(B) 353.14º 0.35% 0.78% -
XYZ 35.45 29.22 27.06 -
YUV 149.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 198 128 136 0 0.35 0.31 0.22 353.14 0.38 0.64
Hex C6 80 88 0 23 1F 16 161 26 40
Octal 306 200 210 0 43 37 26 541 46 100
Binary 11000110 10000000 10001000 0 100011 11111 10110 101100001 100110 1000000

Color Harmonies of #C68088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68088

Black with #C68088

Text Example


Text Example

White with #C68088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68088; }

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

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

background-color css

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

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

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

border-color css

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

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

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