Html Css Color HEX #C8767A Charm

📋 copy color: '#C8767A'

red 200 ◦ green 118 ◦ blue 122

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

Shades of Charm #C8767A

Tints of Charm #C8767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.73%

R = 45.45%
G = 26.82%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8767A (or 0xC8767A) is known color: Charm. HEX triplet: C8, 76 and 7A. RGB value is (200,118,122). Sum of RGB (Red+Green+Blue) = 200+118+122=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8767A is #378985. Grayscale: #8F8F8F. Windows color (decimal): -3639686 or 8025800. OLE color: 8025800.

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

Color convert

RGB 200 118 122 -
CMYK 0 0.41 0.39 0.22
HSL 357.07º 0.43% 0.62% -
HSV(B) 357.07º 0.41% 0.78% -
XYZ 33.81 26.64 21.77 -
YUV 142.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 200 118 122 0 0.41 0.39 0.22 357.07 0.43 0.62
Hex C8 76 7A 0 29 27 16 165 2B 3E
Octal 310 166 172 0 51 47 26 545 53 76
Binary 11001000 1110110 1111010 0 101001 100111 10110 101100101 101011 111110

Color Harmonies of #C8767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8767A

Black with #C8767A

Text Example


Text Example

White with #C8767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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