Html Css Color HEX #C8697C Charm

📋 copy color: '#C8697C'

red 200 ◦ green 105 ◦ blue 124

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

Shades of Charm #C8697C

Tints of Charm #C8697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 46.62%
G = 24.48%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8697C (or 0xC8697C) is known color: Charm. HEX triplet: C8, 69 and 7C. RGB value is (200,105,124). Sum of RGB (Red+Green+Blue) = 200+105+124=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8697C is #379683. Grayscale: #878787. Windows color (decimal): -3643012 or 8153544. OLE color: 8153544.

HSL color Cylindrical-coordinate representation of color #C8697C: hue angle of 348º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8697C is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 124 -
CMYK 0 0.48 0.38 0.22
HSL 348º 0.46% 0.6% -
HSV(B) 348º 0.48% 0.78% -
XYZ 32.51 23.84 21.96 -
YUV 135.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 200 105 124 0 0.48 0.38 0.22 348 0.46 0.6
Hex C8 69 7C 0 30 26 16 15C 2E 3C
Octal 310 151 174 0 60 46 26 534 56 74
Binary 11001000 1101001 1111100 0 110000 100110 10110 101011100 101110 111100

Color Harmonies of #C8697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8697C

Black with #C8697C

Text Example


Text Example

White with #C8697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8697C; }

 p { color: rgb(200,105,124); }

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

background-color css

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

 a { background-color: rgb(200,105,124); }

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

border-color css

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

 span { border-color: rgb(200,105,124); }

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