Html Css Color HEX #C6768A Charm

📋 copy color: '#C6768A'

red 198 ◦ green 118 ◦ blue 138

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

Shades of Charm #C6768A

Tints of Charm #C6768A

RGB

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

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

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

R = 43.61%
G = 25.99%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6768A (or 0xC6768A) is known color: Charm. HEX triplet: C6, 76 and 8A. RGB value is (198,118,138). Sum of RGB (Red+Green+Blue) = 198+118+138=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6768A is #398975. Grayscale: #909090. Windows color (decimal): -3770742 or 9074374. OLE color: 9074374.

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

Color convert

RGB 198 118 138 -
CMYK 0 0.40 0.30 0.22
HSL 345º 0.41% 0.62% -
HSV(B) 345º 0.4% 0.78% -
XYZ 34.35 26.8 27.41 -
YUV 144.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 198 118 138 0 0.40 0.30 0.22 345 0.41 0.62
Hex C6 76 8A 0 28 1E 16 159 29 3E
Octal 306 166 212 0 50 36 26 531 51 76
Binary 11000110 1110110 10001010 0 101000 11110 10110 101011001 101001 111110

Color Harmonies of #C6768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6768A

Black with #C6768A

Text Example


Text Example

White with #C6768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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