Html Css Color HEX #C6808B Charm

📋 copy color: '#C6808B'

red 198 ◦ green 128 ◦ blue 139

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

Shades of Charm #C6808B

Tints of Charm #C6808B

RGB

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

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

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

R = 42.58%
G = 27.53%
B = 29.89%

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

#C6808B (or 0xC6808B) is known color: Charm. HEX triplet: C6, 80 and 8B. RGB value is (198,128,139). Sum of RGB (Red+Green+Blue) = 198+128+139=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6808B is #397F74. Grayscale: #969696. Windows color (decimal): -3768181 or 9142470. OLE color: 9142470.

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

Color convert

RGB 198 128 139 -
CMYK 0 0.35 0.30 0.22
HSL 350.57º 0.38% 0.64% -
HSV(B) 350.57º 0.35% 0.78% -
XYZ 35.67 29.31 28.2 -
YUV 150.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 198 128 139 0 0.35 0.30 0.22 350.57 0.38 0.64
Hex C6 80 8B 0 23 1E 16 15F 26 40
Octal 306 200 213 0 43 36 26 537 46 100
Binary 11000110 10000000 10001011 0 100011 11110 10110 101011111 100110 1000000

Color Harmonies of #C6808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6808B

Black with #C6808B

Text Example


Text Example

White with #C6808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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