Html Css Color HEX #C8768C Charm

📋 copy color: '#C8768C'

red 200 ◦ green 118 ◦ blue 140

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

Shades of Charm #C8768C

Tints of Charm #C8768C

RGB

 RED value IS 200 (78.52% from 255) = 43.67%

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 43.67%
G = 25.76%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8768C (or 0xC8768C) is known color: Charm. HEX triplet: C8, 76 and 8C. RGB value is (200,118,140). Sum of RGB (Red+Green+Blue) = 200+118+140=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8768C is #378973. Grayscale: #919191. Windows color (decimal): -3639668 or 9205448. OLE color: 9205448.

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

Color convert

RGB 200 118 140 -
CMYK 0 0.41 0.3 0.22
HSL 343.9º 0.43% 0.62% -
HSV(B) 343.9º 0.41% 0.78% -
XYZ 35.03 27.13 28.2 -
YUV 145.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 200 118 140 0 0.41 0.3 0.22 343.9 0.43 0.62
Hex C8 76 8C 0 29 1E 16 158 2B 3E
Octal 310 166 214 0 51 36 26 530 53 76
Binary 11001000 1110110 10001100 0 101001 11110 10110 101011000 101011 111110

Color Harmonies of #C8768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8768C

Black with #C8768C

Text Example


Text Example

White with #C8768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8768C; }

 p { color: rgb(200,118,140); }

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

background-color css

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

 a { background-color: rgb(200,118,140); }

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

border-color css

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

 span { border-color: rgb(200,118,140); }

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