Html Css Color HEX #C27165 Contessa

📋 copy color: '#C27165'

red 194 ◦ green 113 ◦ blue 101

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

Shades of Contessa #C27165

Tints of Contessa #C27165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 47.55%
G = 27.7%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C27165 (or 0xC27165) is known color: Contessa. HEX triplet: C2, 71 and 65. RGB value is (194,113,101). Sum of RGB (Red+Green+Blue) = 194+113+101=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C27165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27165 is #3D8E9A. Grayscale: #878787. Windows color (decimal): -4034203 or 6648258. OLE color: 6648258.

HSL color Cylindrical-coordinate representation of color #C27165: hue angle of 7.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27165 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 101 -
CMYK 0 0.42 0.48 0.24
HSL 7.74º 0.43% 0.58% -
HSV(B) 7.74º 0.48% 0.76% -
XYZ 30.5 24.22 15.38 -
YUV 135.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 194 113 101 0 0.42 0.48 0.24 7.74 0.43 0.58
Hex C2 71 65 0 2A 30 18 8 2B 3A
Octal 302 161 145 0 52 60 30 10 53 72
Binary 11000010 1110001 1100101 0 101010 110000 11000 1000 101011 111010

Color Harmonies of #C27165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27165

Black with #C27165

Text Example


Text Example

White with #C27165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27165; }

 p { color: rgb(194,113,101); }

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

background-color css

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

 a { background-color: rgb(194,113,101); }

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

border-color css

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

 span { border-color: rgb(194,113,101); }

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