Html Css Color HEX #C8697D Charm

📋 copy color: '#C8697D'

red 200 ◦ green 105 ◦ blue 125

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

Shades of Charm #C8697D

Tints of Charm #C8697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 46.51%
G = 24.42%
B = 29.07%

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

#C8697D (or 0xC8697D) is known color: Charm. HEX triplet: C8, 69 and 7D. RGB value is (200,105,125). Sum of RGB (Red+Green+Blue) = 200+105+125=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8697D is #379682. Grayscale: #878787. Windows color (decimal): -3643011 or 8219080. OLE color: 8219080.

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

Color convert

RGB 200 105 125 -
CMYK 0 0.48 0.38 0.22
HSL 347.37º 0.46% 0.6% -
HSV(B) 347.37º 0.48% 0.78% -
XYZ 32.57 23.86 22.29 -
YUV 135.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 200 105 125 0 0.48 0.38 0.22 347.37 0.46 0.6
Hex C8 69 7D 0 30 26 16 15B 2E 3C
Octal 310 151 175 0 60 46 26 533 56 74
Binary 11001000 1101001 1111101 0 110000 100110 10110 101011011 101110 111100

Color Harmonies of #C8697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8697D

Black with #C8697D

Text Example


Text Example

White with #C8697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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