Html Css Color HEX #C06961 Contessa

📋 copy color: '#C06961'

red 192 ◦ green 105 ◦ blue 97

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

Shades of Contessa #C06961

Tints of Contessa #C06961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

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

R = 48.73%
G = 26.65%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C06961 (or 0xC06961) is known color: Contessa. HEX triplet: C0, 69 and 61. RGB value is (192,105,97). Sum of RGB (Red+Green+Blue) = 192+105+97=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C06961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06961 is #3F969E. Grayscale: #828282. Windows color (decimal): -4167327 or 6384064. OLE color: 6384064.

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

Color convert

RGB 192 105 97 -
CMYK 0 0.45 0.49 0.25
HSL 5.05º 0.43% 0.57% -
HSV(B) 5.05º 0.49% 0.75% -
XYZ 28.95 22.17 14.06 -
YUV 130.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 192 105 97 0 0.45 0.49 0.25 5.05 0.43 0.57
Hex C0 69 61 0 2D 31 19 5 2B 39
Octal 300 151 141 0 55 61 31 5 53 71
Binary 11000000 1101001 1100001 0 101101 110001 11001 101 101011 111001

Color Harmonies of #C06961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06961

Black with #C06961

Text Example


Text Example

White with #C06961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06961; }

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

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

background-color css

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

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

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

border-color css

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

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

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