Html Css Color HEX #C8767C Charm

📋 copy color: '#C8767C'

red 200 ◦ green 118 ◦ blue 124

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

Shades of Charm #C8767C

Tints of Charm #C8767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 45.25%
G = 26.7%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8767C (or 0xC8767C) is known color: Charm. HEX triplet: C8, 76 and 7C. RGB value is (200,118,124). Sum of RGB (Red+Green+Blue) = 200+118+124=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8767C is #378983. Grayscale: #8F8F8F. Windows color (decimal): -3639684 or 8156872. OLE color: 8156872.

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

Color convert

RGB 200 118 124 -
CMYK 0 0.41 0.38 0.22
HSL 355.61º 0.43% 0.62% -
HSV(B) 355.61º 0.41% 0.78% -
XYZ 33.94 26.69 22.43 -
YUV 143.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 200 118 124 0 0.41 0.38 0.22 355.61 0.43 0.62
Hex C8 76 7C 0 29 26 16 164 2B 3E
Octal 310 166 174 0 51 46 26 544 53 76
Binary 11001000 1110110 1111100 0 101001 100110 10110 101100100 101011 111110

Color Harmonies of #C8767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8767C

Black with #C8767C

Text Example


Text Example

White with #C8767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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