Html Css Color HEX #C7695F Contessa

📋 copy color: '#C7695F'

red 199 ◦ green 105 ◦ blue 95

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

Shades of Contessa #C7695F

Tints of Contessa #C7695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 49.87%
G = 26.32%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7695F (or 0xC7695F) is known color: Contessa. HEX triplet: C7, 69 and 5F. RGB value is (199,105,95). Sum of RGB (Red+Green+Blue) = 199+105+95=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7695F is #3896A0. Grayscale: #848484. Windows color (decimal): -3708577 or 6252999. OLE color: 6252999.

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

Color convert

RGB 199 105 95 -
CMYK 0 0.47 0.52 0.22
HSL 5.77º 0.48% 0.58% -
HSV(B) 5.77º 0.52% 0.78% -
XYZ 30.67 23.07 13.66 -
YUV 131.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 199 105 95 0 0.47 0.52 0.22 5.77 0.48 0.58
Hex C7 69 5F 0 2F 34 16 6 30 3A
Octal 307 151 137 0 57 64 26 6 60 72
Binary 11000111 1101001 1011111 0 101111 110100 10110 110 110000 111010

Color Harmonies of #C7695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7695F

Black with #C7695F

Text Example


Text Example

White with #C7695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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