Html Css Color HEX #C8768A Charm

📋 copy color: '#C8768A'

red 200 ◦ green 118 ◦ blue 138

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

Shades of Charm #C8768A

Tints of Charm #C8768A

RGB

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

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

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

R = 43.86%
G = 25.88%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8768A (or 0xC8768A) is known color: Charm. HEX triplet: C8, 76 and 8A. RGB value is (200,118,138). Sum of RGB (Red+Green+Blue) = 200+118+138=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8768A is #378975. Grayscale: #909090. Windows color (decimal): -3639670 or 9074376. OLE color: 9074376.

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

Color convert

RGB 200 118 138 -
CMYK 0 0.41 0.31 0.22
HSL 345.37º 0.43% 0.62% -
HSV(B) 345.37º 0.41% 0.78% -
XYZ 34.89 27.07 27.43 -
YUV 144.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 200 118 138 0 0.41 0.31 0.22 345.37 0.43 0.62
Hex C8 76 8A 0 29 1F 16 159 2B 3E
Octal 310 166 212 0 51 37 26 531 53 76
Binary 11001000 1110110 10001010 0 101001 11111 10110 101011001 101011 111110

Color Harmonies of #C8768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8768A

Black with #C8768A

Text Example


Text Example

White with #C8768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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