Html Css Color HEX #C27865 Contessa

📋 copy color: '#C27865'

red 194 ◦ green 120 ◦ blue 101

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

Shades of Contessa #C27865

Tints of Contessa #C27865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 46.75%
G = 28.92%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C27865 (or 0xC27865) is known color: Contessa. HEX triplet: C2, 78 and 65. RGB value is (194,120,101). Sum of RGB (Red+Green+Blue) = 194+120+101=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C27865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27865 is #3D879A. Grayscale: #8C8C8C. Windows color (decimal): -4032411 or 6650050. OLE color: 6650050.

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

Color convert

RGB 194 120 101 -
CMYK 0 0.38 0.48 0.24
HSL 12.26º 0.43% 0.58% -
HSV(B) 12.26º 0.48% 0.76% -
XYZ 31.31 25.84 15.65 -
YUV 139.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 194 120 101 0 0.38 0.48 0.24 12.26 0.43 0.58
Hex C2 78 65 0 26 30 18 C 2B 3A
Octal 302 170 145 0 46 60 30 14 53 72
Binary 11000010 1111000 1100101 0 100110 110000 11000 1100 101011 111010

Color Harmonies of #C27865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27865

Black with #C27865

Text Example


Text Example

White with #C27865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27865; }

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

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

background-color css

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

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

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

border-color css

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

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

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