Html Css Color HEX #C7697A Charm

📋 copy color: '#C7697A'

red 199 ◦ green 105 ◦ blue 122

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

Shades of Charm #C7697A

Tints of Charm #C7697A

RGB

 RED value IS 199 (78.13% from 255) = 46.71%

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

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

R = 46.71%
G = 24.65%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7697A (or 0xC7697A) is known color: Charm. HEX triplet: C7, 69 and 7A. RGB value is (199,105,122). Sum of RGB (Red+Green+Blue) = 199+105+122=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7697A is #389685. Grayscale: #878787. Windows color (decimal): -3708550 or 8022471. OLE color: 8022471.

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

Color convert

RGB 199 105 122 -
CMYK 0 0.47 0.39 0.22
HSL 349.15º 0.46% 0.6% -
HSV(B) 349.15º 0.47% 0.78% -
XYZ 32.12 23.65 21.28 -
YUV 135.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 199 105 122 0 0.47 0.39 0.22 349.15 0.46 0.6
Hex C7 69 7A 0 2F 27 16 15D 2E 3C
Octal 307 151 172 0 57 47 26 535 56 74
Binary 11000111 1101001 1111010 0 101111 100111 10110 101011101 101110 111100

Color Harmonies of #C7697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7697A

Black with #C7697A

Text Example


Text Example

White with #C7697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7697A; }

 p { color: rgb(199,105,122); }

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

background-color css

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

 a { background-color: rgb(199,105,122); }

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

border-color css

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

 span { border-color: rgb(199,105,122); }

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