Html Css Color HEX #C6808A Charm

📋 copy color: '#C6808A'

red 198 ◦ green 128 ◦ blue 138

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

Shades of Charm #C6808A

Tints of Charm #C6808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 42.67%
G = 27.59%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6808A (or 0xC6808A) is known color: Charm. HEX triplet: C6, 80 and 8A. RGB value is (198,128,138). Sum of RGB (Red+Green+Blue) = 198+128+138=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6808A is #397F75. Grayscale: #969696. Windows color (decimal): -3768182 or 9076934. OLE color: 9076934.

HSL color Cylindrical-coordinate representation of color #C6808A: hue angle of 351.43º 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 #C6808A is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 138 -
CMYK 0 0.35 0.30 0.22
HSL 351.43º 0.38% 0.64% -
HSV(B) 351.43º 0.35% 0.78% -
XYZ 35.6 29.28 27.82 -
YUV 150.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 198 128 138 0 0.35 0.30 0.22 351.43 0.38 0.64
Hex C6 80 8A 0 23 1E 16 15F 26 40
Octal 306 200 212 0 43 36 26 537 46 100
Binary 11000110 10000000 10001010 0 100011 11110 10110 101011111 100110 1000000

Color Harmonies of #C6808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6808A

Black with #C6808A

Text Example


Text Example

White with #C6808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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