Html Css Color HEX #C07A71 Contessa

📋 copy color: '#C07A71'

red 192 ◦ green 122 ◦ blue 113

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

Shades of Contessa #C07A71

Tints of Contessa #C07A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 44.96%
G = 28.57%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07A71 (or 0xC07A71) is known color: Contessa. HEX triplet: C0, 7A and 71. RGB value is (192,122,113). Sum of RGB (Red+Green+Blue) = 192+122+113=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A71 is #3F858E. Grayscale: #8E8E8E. Windows color (decimal): -4162959 or 7436992. OLE color: 7436992.

HSL color Cylindrical-coordinate representation of color #C07A71: hue angle of 6.84º degrees, saturation: 0.39, 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 #C07A71 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 113 -
CMYK 0 0.36 0.41 0.25
HSL 6.84º 0.39% 0.6% -
HSV(B) 6.84º 0.41% 0.75% -
XYZ 31.68 26.32 19.03 -
YUV 141.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 192 122 113 0 0.36 0.41 0.25 6.84 0.39 0.6
Hex C0 7A 71 0 24 29 19 7 27 3C
Octal 300 172 161 0 44 51 31 7 47 74
Binary 11000000 1111010 1110001 0 100100 101001 11001 111 100111 111100

Color Harmonies of #C07A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A71

Black with #C07A71

Text Example


Text Example

White with #C07A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A71; }

 p { color: rgb(192,122,113); }

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

background-color css

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

 a { background-color: rgb(192,122,113); }

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

border-color css

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

 span { border-color: rgb(192,122,113); }

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