Html Css Color HEX #C67680 Charm

📋 copy color: '#C67680'

red 198 ◦ green 118 ◦ blue 128

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

Shades of Charm #C67680

Tints of Charm #C67680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 44.59%
G = 26.58%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C67680 (or 0xC67680) is known color: Charm. HEX triplet: C6, 76 and 80. RGB value is (198,118,128). Sum of RGB (Red+Green+Blue) = 198+118+128=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C67680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67680 is #39897F. Grayscale: #8F8F8F. Windows color (decimal): -3770752 or 8419014. OLE color: 8419014.

HSL color Cylindrical-coordinate representation of color #C67680: hue angle of 352.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67680 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 128 -
CMYK 0 0.40 0.35 0.22
HSL 352.5º 0.41% 0.62% -
HSV(B) 352.5º 0.4% 0.78% -
XYZ 33.66 26.52 23.77 -
YUV 143.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 198 118 128 0 0.40 0.35 0.22 352.5 0.41 0.62
Hex C6 76 80 0 28 23 16 160 29 3E
Octal 306 166 200 0 50 43 26 540 51 76
Binary 11000110 1110110 10000000 0 101000 100011 10110 101100000 101001 111110

Color Harmonies of #C67680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67680

Black with #C67680

Text Example


Text Example

White with #C67680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67680; }

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

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

background-color css

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

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

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

border-color css

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

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

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