Html Css Color HEX #C7697B Charm

📋 copy color: '#C7697B'

red 199 ◦ green 105 ◦ blue 123

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

Shades of Charm #C7697B

Tints of Charm #C7697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 46.6%
G = 24.59%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7697B (or 0xC7697B) is known color: Charm. HEX triplet: C7, 69 and 7B. RGB value is (199,105,123). Sum of RGB (Red+Green+Blue) = 199+105+123=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7697B is #389684. Grayscale: #878787. Windows color (decimal): -3708549 or 8088007. OLE color: 8088007.

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

Color convert

RGB 199 105 123 -
CMYK 0 0.47 0.38 0.22
HSL 348.51º 0.46% 0.6% -
HSV(B) 348.51º 0.47% 0.78% -
XYZ 32.18 23.68 21.61 -
YUV 135.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 199 105 123 0 0.47 0.38 0.22 348.51 0.46 0.6
Hex C7 69 7B 0 2F 26 16 15D 2E 3C
Octal 307 151 173 0 57 46 26 535 56 74
Binary 11000111 1101001 1111011 0 101111 100110 10110 101011101 101110 111100

Color Harmonies of #C7697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7697B

Black with #C7697B

Text Example


Text Example

White with #C7697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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