Html Css Color HEX #C8768B Charm

📋 copy color: '#C8768B'

red 200 ◦ green 118 ◦ blue 139

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

Shades of Charm #C8768B

Tints of Charm #C8768B

RGB

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

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

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

R = 43.76%
G = 25.82%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8768B (or 0xC8768B) is known color: Charm. HEX triplet: C8, 76 and 8B. RGB value is (200,118,139). Sum of RGB (Red+Green+Blue) = 200+118+139=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8768B is #378974. Grayscale: #909090. Windows color (decimal): -3639669 or 9139912. OLE color: 9139912.

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

Color convert

RGB 200 118 139 -
CMYK 0 0.41 0.30 0.22
HSL 344.63º 0.43% 0.62% -
HSV(B) 344.63º 0.41% 0.78% -
XYZ 34.96 27.1 27.81 -
YUV 144.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 200 118 139 0 0.41 0.30 0.22 344.63 0.43 0.62
Hex C8 76 8B 0 29 1E 16 159 2B 3E
Octal 310 166 213 0 51 36 26 531 53 76
Binary 11001000 1110110 10001011 0 101001 11110 10110 101011001 101011 111110

Color Harmonies of #C8768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8768B

Black with #C8768B

Text Example


Text Example

White with #C8768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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