Html Css Color HEX #C27769 Contessa

📋 copy color: '#C27769'

red 194 ◦ green 119 ◦ blue 105

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

Shades of Contessa #C27769

Tints of Contessa #C27769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 46.41%
G = 28.47%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C27769 (or 0xC27769) is known color: Contessa. HEX triplet: C2, 77 and 69. RGB value is (194,119,105). Sum of RGB (Red+Green+Blue) = 194+119+105=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C27769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27769 is #3D8896. Grayscale: #8B8B8B. Windows color (decimal): -4032663 or 6911938. OLE color: 6911938.

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

Color convert

RGB 194 119 105 -
CMYK 0 0.39 0.46 0.24
HSL 9.44º 0.42% 0.59% -
HSV(B) 9.44º 0.46% 0.76% -
XYZ 31.39 25.68 16.67 -
YUV 139.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 194 119 105 0 0.39 0.46 0.24 9.44 0.42 0.59
Hex C2 77 69 0 27 2E 18 9 2A 3B
Octal 302 167 151 0 47 56 30 11 52 73
Binary 11000010 1110111 1101001 0 100111 101110 11000 1001 101010 111011

Color Harmonies of #C27769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27769

Black with #C27769

Text Example


Text Example

White with #C27769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27769; }

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

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

background-color css

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

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

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

border-color css

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

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

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