Html Css Color HEX #C07361 Contessa

📋 copy color: '#C07361'

red 192 ◦ green 115 ◦ blue 97

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

Shades of Contessa #C07361

Tints of Contessa #C07361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 47.52%
G = 28.47%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07361 (or 0xC07361) is known color: Contessa. HEX triplet: C0, 73 and 61. RGB value is (192,115,97). Sum of RGB (Red+Green+Blue) = 192+115+97=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C07361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07361 is #3F8C9E. Grayscale: #888888. Windows color (decimal): -4164767 or 6386624. OLE color: 6386624.

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

Color convert

RGB 192 115 97 -
CMYK 0 0.40 0.49 0.25
HSL 11.37º 0.43% 0.57% -
HSV(B) 11.37º 0.49% 0.75% -
XYZ 30.03 24.33 14.42 -
YUV 135.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 192 115 97 0 0.40 0.49 0.25 11.37 0.43 0.57
Hex C0 73 61 0 28 31 19 B 2B 39
Octal 300 163 141 0 50 61 31 13 53 71
Binary 11000000 1110011 1100001 0 101000 110001 11001 1011 101011 111001

Color Harmonies of #C07361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07361

Black with #C07361

Text Example


Text Example

White with #C07361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07361; }

 p { color: rgb(192,115,97); }

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

background-color css

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

 a { background-color: rgb(192,115,97); }

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

border-color css

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

 span { border-color: rgb(192,115,97); }

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