Html Css Color HEX #C07572 Contessa

📋 copy color: '#C07572'

red 192 ◦ green 117 ◦ blue 114

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

Shades of Contessa #C07572

Tints of Contessa #C07572

RGB

 RED value IS 192 (75.39% from 255) = 45.39%

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

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

R = 45.39%
G = 27.66%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07572 (or 0xC07572) is known color: Contessa. HEX triplet: C0, 75 and 72. RGB value is (192,117,114). Sum of RGB (Red+Green+Blue) = 192+117+114=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07572 is #3F8A8D. Grayscale: #8B8B8B. Windows color (decimal): -4164238 or 7501248. OLE color: 7501248.

HSL color Cylindrical-coordinate representation of color #C07572: hue angle of 2.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07572 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 114 -
CMYK 0 0.39 0.41 0.25
HSL 2.31º 0.38% 0.6% -
HSV(B) 2.31º 0.41% 0.75% -
XYZ 31.14 25.14 19.13 -
YUV 139.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 192 117 114 0 0.39 0.41 0.25 2.31 0.38 0.6
Hex C0 75 72 0 27 29 19 2 26 3C
Octal 300 165 162 0 47 51 31 2 46 74
Binary 11000000 1110101 1110010 0 100111 101001 11001 10 100110 111100

Color Harmonies of #C07572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07572

Black with #C07572

Text Example


Text Example

White with #C07572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07572; }

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

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

background-color css

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

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

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

border-color css

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

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

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