Html Css Color HEX #C3695E Contessa

📋 copy color: '#C3695E'

red 195 ◦ green 105 ◦ blue 94

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

Shades of Contessa #C3695E

Tints of Contessa #C3695E

RGB

 RED value IS 195 (76.56% from 255) = 49.49%

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

 BLUE value IS 94 (37.11% from 255) = 23.86%

R = 49.49%
G = 26.65%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3695E (or 0xC3695E) is known color: Contessa. HEX triplet: C3, 69 and 5E. RGB value is (195,105,94). Sum of RGB (Red+Green+Blue) = 195+105+94=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3695E is #3C96A1. Grayscale: #828282. Windows color (decimal): -3970722 or 6187459. OLE color: 6187459.

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

Color convert

RGB 195 105 94 -
CMYK 0 0.46 0.52 0.24
HSL 6.53º 0.46% 0.57% -
HSV(B) 6.53º 0.52% 0.76% -
XYZ 29.58 22.51 13.38 -
YUV 130.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 195 105 94 0 0.46 0.52 0.24 6.53 0.46 0.57
Hex C3 69 5E 0 2E 34 18 7 2E 39
Octal 303 151 136 0 56 64 30 7 56 71
Binary 11000011 1101001 1011110 0 101110 110100 11000 111 101110 111001

Color Harmonies of #C3695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3695E

Black with #C3695E

Text Example


Text Example

White with #C3695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3695E; }

 p { color: rgb(195,105,94); }

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

background-color css

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

 a { background-color: rgb(195,105,94); }

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

border-color css

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

 span { border-color: rgb(195,105,94); }

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