Html Css Color HEX #C8707A Charm

📋 copy color: '#C8707A'

red 200 ◦ green 112 ◦ blue 122

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

Shades of Charm #C8707A

Tints of Charm #C8707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

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

R = 46.08%
G = 25.81%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8707A (or 0xC8707A) is known color: Charm. HEX triplet: C8, 70 and 7A. RGB value is (200,112,122). Sum of RGB (Red+Green+Blue) = 200+112+122=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8707A is #378F85. Grayscale: #8B8B8B. Windows color (decimal): -3641222 or 8024264. OLE color: 8024264.

HSL color Cylindrical-coordinate representation of color #C8707A: hue angle of 353.18º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8707A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 112 122 -
CMYK 0 0.44 0.39 0.22
HSL 353.18º 0.44% 0.61% -
HSV(B) 353.18º 0.44% 0.78% -
XYZ 33.13 25.27 21.54 -
YUV 139.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 200 112 122 0 0.44 0.39 0.22 353.18 0.44 0.61
Hex C8 70 7A 0 2C 27 16 161 2C 3D
Octal 310 160 172 0 54 47 26 541 54 75
Binary 11001000 1110000 1111010 0 101100 100111 10110 101100001 101100 111101

Color Harmonies of #C8707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8707A

Black with #C8707A

Text Example


Text Example

White with #C8707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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