Html Css Color HEX #C07163 Contessa

📋 copy color: '#C07163'

red 192 ◦ green 113 ◦ blue 99

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

Shades of Contessa #C07163

Tints of Contessa #C07163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 99 (39.06% from 255) = 24.5%

R = 47.52%
G = 27.97%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C07163 (or 0xC07163) is known color: Contessa. HEX triplet: C0, 71 and 63. RGB value is (192,113,99). Sum of RGB (Red+Green+Blue) = 192+113+99=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C07163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07163 is #3F8E9C. Grayscale: #878787. Windows color (decimal): -4165277 or 6517184. OLE color: 6517184.

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

Color convert

RGB 192 113 99 -
CMYK 0 0.41 0.48 0.25
HSL 9.03º 0.42% 0.57% -
HSV(B) 9.03º 0.48% 0.75% -
XYZ 29.9 23.92 14.85 -
YUV 135.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 192 113 99 0 0.41 0.48 0.25 9.03 0.42 0.57
Hex C0 71 63 0 29 30 19 9 2A 39
Octal 300 161 143 0 51 60 31 11 52 71
Binary 11000000 1110001 1100011 0 101001 110000 11001 1001 101010 111001

Color Harmonies of #C07163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07163

Black with #C07163

Text Example


Text Example

White with #C07163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07163; }

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

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

background-color css

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

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

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

border-color css

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

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

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