Html Css Color HEX #C2695F Contessa

📋 copy color: '#C2695F'

red 194 ◦ green 105 ◦ blue 95

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

Shades of Contessa #C2695F

Tints of Contessa #C2695F

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

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

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

R = 49.24%
G = 26.65%
B = 24.11%

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

#C2695F (or 0xC2695F) is known color: Contessa. HEX triplet: C2, 69 and 5F. RGB value is (194,105,95). Sum of RGB (Red+Green+Blue) = 194+105+95=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2695F is #3D96A0. Grayscale: #828282. Windows color (decimal): -4036257 or 6252994. OLE color: 6252994.

HSL color Cylindrical-coordinate representation of color #C2695F: hue angle of 6.06º 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 #C2695F is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 95 -
CMYK 0 0.46 0.51 0.24
HSL 6.06º 0.45% 0.57% -
HSV(B) 6.06º 0.51% 0.76% -
XYZ 29.37 22.4 13.6 -
YUV 130.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 194 105 95 0 0.46 0.51 0.24 6.06 0.45 0.57
Hex C2 69 5F 0 2E 33 18 6 2D 39
Octal 302 151 137 0 56 63 30 6 55 71
Binary 11000010 1101001 1011111 0 101110 110011 11000 110 101101 111001

Color Harmonies of #C2695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2695F

Black with #C2695F

Text Example


Text Example

White with #C2695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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