Html Css Color HEX #C8758A Charm

📋 copy color: '#C8758A'

red 200 ◦ green 117 ◦ blue 138

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

Shades of Charm #C8758A

Tints of Charm #C8758A

RGB

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

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

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

R = 43.96%
G = 25.71%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8758A (or 0xC8758A) is known color: Charm. HEX triplet: C8, 75 and 8A. RGB value is (200,117,138). Sum of RGB (Red+Green+Blue) = 200+117+138=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758A is #378A75. Grayscale: #909090. Windows color (decimal): -3639926 or 9074120. OLE color: 9074120.

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

Color convert

RGB 200 117 138 -
CMYK 0 0.42 0.31 0.22
HSL 344.82º 0.43% 0.62% -
HSV(B) 344.82º 0.42% 0.78% -
XYZ 34.77 26.84 27.39 -
YUV 144.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 200 117 138 0 0.42 0.31 0.22 344.82 0.43 0.62
Hex C8 75 8A 0 2A 1F 16 159 2B 3E
Octal 310 165 212 0 52 37 26 531 53 76
Binary 11001000 1110101 10001010 0 101010 11111 10110 101011001 101011 111110

Color Harmonies of #C8758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8758A

Black with #C8758A

Text Example


Text Example

White with #C8758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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