Html Css Color HEX #C06361 Contessa

📋 copy color: '#C06361'

red 192 ◦ green 99 ◦ blue 97

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

Shades of Contessa #C06361

Tints of Contessa #C06361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

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

R = 49.48%
G = 25.52%
B = 25%

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

#C06361 (or 0xC06361) is known color: Contessa. HEX triplet: C0, 63 and 61. RGB value is (192,99,97). Sum of RGB (Red+Green+Blue) = 192+99+97=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06361 is #3F9C9E. Grayscale: #7E7E7E. Windows color (decimal): -4168863 or 6382528. OLE color: 6382528.

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

Color convert

RGB 192 99 97 -
CMYK 0 0.48 0.49 0.25
HSL 1.26º 0.43% 0.57% -
HSV(B) 1.26º 0.49% 0.75% -
XYZ 28.36 20.99 13.87 -
YUV 126.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 192 99 97 0 0.48 0.49 0.25 1.26 0.43 0.57
Hex C0 63 61 0 30 31 19 1 2B 39
Octal 300 143 141 0 60 61 31 1 53 71
Binary 11000000 1100011 1100001 0 110000 110001 11001 1 101011 111001

Color Harmonies of #C06361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06361

Black with #C06361

Text Example


Text Example

White with #C06361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06361; }

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

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

background-color css

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

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

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

border-color css

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

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

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