Html Css Color HEX #C8757F Charm

📋 copy color: '#C8757F'

red 200 ◦ green 117 ◦ blue 127

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

Shades of Charm #C8757F

Tints of Charm #C8757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

 BLUE value IS 127 (50% from 255) = 28.6%

R = 45.05%
G = 26.35%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8757F (or 0xC8757F) is known color: Charm. HEX triplet: C8, 75 and 7F. RGB value is (200,117,127). Sum of RGB (Red+Green+Blue) = 200+117+127=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8757F is #378A80. Grayscale: #8F8F8F. Windows color (decimal): -3639937 or 8353224. OLE color: 8353224.

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

Color convert

RGB 200 117 127 -
CMYK 0 0.42 0.36 0.22
HSL 352.77º 0.43% 0.62% -
HSV(B) 352.77º 0.42% 0.78% -
XYZ 34.01 26.53 23.41 -
YUV 142.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 200 117 127 0 0.42 0.36 0.22 352.77 0.43 0.62
Hex C8 75 7F 0 2A 24 16 161 2B 3E
Octal 310 165 177 0 52 44 26 541 53 76
Binary 11001000 1110101 1111111 0 101010 100100 10110 101100001 101011 111110

Color Harmonies of #C8757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8757F

Black with #C8757F

Text Example


Text Example

White with #C8757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8757F; }

 p { color: rgb(200,117,127); }

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

background-color css

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

 a { background-color: rgb(200,117,127); }

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

border-color css

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

 span { border-color: rgb(200,117,127); }

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