Html Css Color HEX #C8757A Charm

📋 copy color: '#C8757A'

red 200 ◦ green 117 ◦ blue 122

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

Shades of Charm #C8757A

Tints of Charm #C8757A

RGB

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

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

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

R = 45.56%
G = 26.65%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8757A (or 0xC8757A) is known color: Charm. HEX triplet: C8, 75 and 7A. RGB value is (200,117,122). Sum of RGB (Red+Green+Blue) = 200+117+122=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8757A is #378A85. Grayscale: #8E8E8E. Windows color (decimal): -3639942 or 8025544. OLE color: 8025544.

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

Color convert

RGB 200 117 122 -
CMYK 0 0.42 0.39 0.22
HSL 356.39º 0.43% 0.62% -
HSV(B) 356.39º 0.42% 0.78% -
XYZ 33.69 26.41 21.73 -
YUV 142.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 200 117 122 0 0.42 0.39 0.22 356.39 0.43 0.62
Hex C8 75 7A 0 2A 27 16 164 2B 3E
Octal 310 165 172 0 52 47 26 544 53 76
Binary 11001000 1110101 1111010 0 101010 100111 10110 101100100 101011 111110

Color Harmonies of #C8757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8757A

Black with #C8757A

Text Example


Text Example

White with #C8757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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