Html Css Color HEX #C27975 Contessa

📋 copy color: '#C27975'

red 194 ◦ green 121 ◦ blue 117

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

Shades of Contessa #C27975

Tints of Contessa #C27975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.01%

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 44.91%
G = 28.01%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C27975 (or 0xC27975) is known color: Contessa. HEX triplet: C2, 79 and 75. RGB value is (194,121,117). Sum of RGB (Red+Green+Blue) = 194+121+117=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C27975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27975 is #3D868A. Grayscale: #8E8E8E. Windows color (decimal): -4032139 or 7698882. OLE color: 7698882.

HSL color Cylindrical-coordinate representation of color #C27975: hue angle of 3.12º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27975 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 121 117 -
CMYK 0 0.38 0.40 0.24
HSL 3.12º 0.39% 0.61% -
HSV(B) 3.12º 0.4% 0.76% -
XYZ 32.3 26.43 20.23 -
YUV 142.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 194 121 117 0 0.38 0.40 0.24 3.12 0.39 0.61
Hex C2 79 75 0 26 28 18 3 27 3D
Octal 302 171 165 0 46 50 30 3 47 75
Binary 11000010 1111001 1110101 0 100110 101000 11000 11 100111 111101

Color Harmonies of #C27975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27975

Black with #C27975

Text Example


Text Example

White with #C27975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27975; }

 p { color: rgb(194,121,117); }

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

background-color css

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

 a { background-color: rgb(194,121,117); }

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

border-color css

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

 span { border-color: rgb(194,121,117); }

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