Html Css Color HEX #C06861 Contessa

📋 copy color: '#C06861'

red 192 ◦ green 104 ◦ blue 97

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

Shades of Contessa #C06861

Tints of Contessa #C06861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

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

R = 48.85%
G = 26.46%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C06861 (or 0xC06861) is known color: Contessa. HEX triplet: C0, 68 and 61. RGB value is (192,104,97). Sum of RGB (Red+Green+Blue) = 192+104+97=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06861 is #3F979E. Grayscale: #818181. Windows color (decimal): -4167583 or 6383808. OLE color: 6383808.

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

Color convert

RGB 192 104 97 -
CMYK 0 0.46 0.49 0.25
HSL 4.42º 0.43% 0.57% -
HSV(B) 4.42º 0.49% 0.75% -
XYZ 28.85 21.97 14.03 -
YUV 129.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 192 104 97 0 0.46 0.49 0.25 4.42 0.43 0.57
Hex C0 68 61 0 2E 31 19 4 2B 39
Octal 300 150 141 0 56 61 31 4 53 71
Binary 11000000 1101000 1100001 0 101110 110001 11001 100 101011 111001

Color Harmonies of #C06861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06861

Black with #C06861

Text Example


Text Example

White with #C06861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06861; }

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

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

background-color css

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

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

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

border-color css

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

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

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