Html Css Color HEX #C06461 Contessa

📋 copy color: '#C06461'

red 192 ◦ green 100 ◦ blue 97

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

Shades of Contessa #C06461

Tints of Contessa #C06461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

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

R = 49.36%
G = 25.71%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C06461 (or 0xC06461) is known color: Contessa. HEX triplet: C0, 64 and 61. RGB value is (192,100,97). Sum of RGB (Red+Green+Blue) = 192+100+97=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C06461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06461 is #3F9B9E. Grayscale: #7F7F7F. Windows color (decimal): -4168607 or 6382784. OLE color: 6382784.

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

Color convert

RGB 192 100 97 -
CMYK 0 0.48 0.49 0.25
HSL 1.89º 0.43% 0.57% -
HSV(B) 1.89º 0.49% 0.75% -
XYZ 28.45 21.18 13.9 -
YUV 127.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 192 100 97 0 0.48 0.49 0.25 1.89 0.43 0.57
Hex C0 64 61 0 30 31 19 2 2B 39
Octal 300 144 141 0 60 61 31 2 53 71
Binary 11000000 1100100 1100001 0 110000 110001 11001 10 101011 111001

Color Harmonies of #C06461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06461

Black with #C06461

Text Example


Text Example

White with #C06461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06461; }

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

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

background-color css

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

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

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

border-color css

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

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

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