Html Css Color HEX #C3695F Contessa

📋 copy color: '#C3695F'

red 195 ◦ green 105 ◦ blue 95

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

Shades of Contessa #C3695F

Tints of Contessa #C3695F

RGB

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

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

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

R = 49.37%
G = 26.58%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3695F (or 0xC3695F) is known color: Contessa. HEX triplet: C3, 69 and 5F. RGB value is (195,105,95). Sum of RGB (Red+Green+Blue) = 195+105+95=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3695F is #3C96A0. Grayscale: #828282. Windows color (decimal): -3970721 or 6252995. OLE color: 6252995.

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

Color convert

RGB 195 105 95 -
CMYK 0 0.46 0.51 0.24
HSL 0.45% 0.57% -
HSV(B) 0.51% 0.76% -
XYZ 29.62 22.53 13.61 -
YUV 130.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 195 105 95 0 0.46 0.51 0.24 6 0.45 0.57
Hex C3 69 5F 0 2E 33 18 6 2D 39
Octal 303 151 137 0 56 63 30 6 55 71
Binary 11000011 1101001 1011111 0 101110 110011 11000 110 101101 111001

Color Harmonies of #C3695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3695F

Black with #C3695F

Text Example


Text Example

White with #C3695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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