#C27B6C

Color #C27B6C Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C27B6C

Tints of Contessa #C27B6C

Color information

#C27B6C (or 0xC27B6C) is unknown color: approx Contessa. HEX triplet: C2, 7B and 6C. RGB value is (194,123,108). Sum of RGB (Red+Green+Blue) = 194+123+108=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B6C is #3D8493. Grayscale: #8E8E8E. Windows color (decimal): -4031636 or 7109570. OLE color: 7109570.

HSL color Cylindrical-coordinate representation of color #C27B6C: hue angle of 10.47º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27B6C is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB194123108-
CMYK00.370.440.24
HSL10.47º41.35%59.22%-
HSV(B)10.47º44.33%76.08%-
XYZ32.0426.7217.66-
YUV142.52108.52164.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=45.65%
G=28.94%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412310800.370.440.2410.4741.3559.22
HexC27B6C0252C18a293b
Octal3021731540455430125173
Binary11000010111101111011000100101101100110001010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27B6C; }

 p { color: rgb(194,123,108); }

 H1.HeaderClassName
 {
   color: #C27B6C;
 }
 .AnyTagClassName
 {
   color: #C27B6C;
 }
</style>
background-color css

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

 a { background-color: rgb(194,123,108); }

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

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

 span { border-color: rgb(194,123,108); }

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