Html Css Color HEX #C27572 Contessa

📋 copy color: '#C27572'

red 194 ◦ green 117 ◦ blue 114

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

Shades of Contessa #C27572

Tints of Contessa #C27572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 45.65%
G = 27.53%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C27572 (or 0xC27572) is known color: Contessa. HEX triplet: C2, 75 and 72. RGB value is (194,117,114). Sum of RGB (Red+Green+Blue) = 194+117+114=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27572 is #3D8A8D. Grayscale: #8B8B8B. Windows color (decimal): -4033166 or 7501250. OLE color: 7501250.

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

Color convert

RGB 194 117 114 -
CMYK 0 0.40 0.41 0.24
HSL 2.25º 0.4% 0.6% -
HSV(B) 2.25º 0.41% 0.76% -
XYZ 31.65 25.41 19.16 -
YUV 139.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 194 117 114 0 0.40 0.41 0.24 2.25 0.4 0.6
Hex C2 75 72 0 28 29 18 2 28 3C
Octal 302 165 162 0 50 51 30 2 50 74
Binary 11000010 1110101 1110010 0 101000 101001 11000 10 101000 111100

Color Harmonies of #C27572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27572

Black with #C27572

Text Example


Text Example

White with #C27572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27572; }

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

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

background-color css

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

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

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

border-color css

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

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

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