Html Css Color HEX #C6695F Contessa

📋 copy color: '#C6695F'

red 198 ◦ green 105 ◦ blue 95

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

Shades of Contessa #C6695F

Tints of Contessa #C6695F

RGB

 RED value IS 198 (77.73% from 255) = 49.75%

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

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

R = 49.75%
G = 26.38%
B = 23.87%

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

#C6695F (or 0xC6695F) is known color: Contessa. HEX triplet: C6, 69 and 5F. RGB value is (198,105,95). Sum of RGB (Red+Green+Blue) = 198+105+95=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C6695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6695F is #3996A0. Grayscale: #838383. Windows color (decimal): -3774113 or 6252998. OLE color: 6252998.

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

Color convert

RGB 198 105 95 -
CMYK 0 0.47 0.52 0.22
HSL 5.83º 0.47% 0.57% -
HSV(B) 5.83º 0.52% 0.78% -
XYZ 30.41 22.94 13.65 -
YUV 131.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 198 105 95 0 0.47 0.52 0.22 5.83 0.47 0.57
Hex C6 69 5F 0 2F 34 16 6 2F 39
Octal 306 151 137 0 57 64 26 6 57 71
Binary 11000110 1101001 1011111 0 101111 110100 10110 110 101111 111001

Color Harmonies of #C6695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6695F

Black with #C6695F

Text Example


Text Example

White with #C6695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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