Html Css Color HEX #C07261 Contessa

📋 copy color: '#C07261'

red 192 ◦ green 114 ◦ blue 97

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

Shades of Contessa #C07261

Tints of Contessa #C07261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.29%

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

R = 47.64%
G = 28.29%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07261 (or 0xC07261) is known color: Contessa. HEX triplet: C0, 72 and 61. RGB value is (192,114,97). Sum of RGB (Red+Green+Blue) = 192+114+97=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C07261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07261 is #3F8D9E. Grayscale: #878787. Windows color (decimal): -4165023 or 6386368. OLE color: 6386368.

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

Color convert

RGB 192 114 97 -
CMYK 0 0.41 0.49 0.25
HSL 10.74º 0.43% 0.57% -
HSV(B) 10.74º 0.49% 0.75% -
XYZ 29.91 24.1 14.39 -
YUV 135.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 192 114 97 0 0.41 0.49 0.25 10.74 0.43 0.57
Hex C0 72 61 0 29 31 19 B 2B 39
Octal 300 162 141 0 51 61 31 13 53 71
Binary 11000000 1110010 1100001 0 101001 110001 11001 1011 101011 111001

Color Harmonies of #C07261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07261

Black with #C07261

Text Example


Text Example

White with #C07261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07261; }

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

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

background-color css

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

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

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

border-color css

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

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

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