Html Css Color HEX #C06864 Contessa

📋 copy color: '#C06864'

red 192 ◦ green 104 ◦ blue 100

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

Shades of Contessa #C06864

Tints of Contessa #C06864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.25%

R = 48.48%
G = 26.26%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C06864 (or 0xC06864) is known color: Contessa. HEX triplet: C0, 68 and 64. RGB value is (192,104,100). Sum of RGB (Red+Green+Blue) = 192+104+100=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06864 is #3F979B. Grayscale: #818181. Windows color (decimal): -4167580 or 6580416. OLE color: 6580416.

HSL color Cylindrical-coordinate representation of color #C06864: hue angle of 2.61º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06864 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 100 -
CMYK 0 0.46 0.48 0.25
HSL 2.61º 0.42% 0.57% -
HSV(B) 2.61º 0.48% 0.75% -
XYZ 28.99 22.03 14.78 -
YUV 129.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 192 104 100 0 0.46 0.48 0.25 2.61 0.42 0.57
Hex C0 68 64 0 2E 30 19 3 2A 39
Octal 300 150 144 0 56 60 31 3 52 71
Binary 11000000 1101000 1100100 0 101110 110000 11001 11 101010 111001

Color Harmonies of #C06864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06864

Black with #C06864

Text Example


Text Example

White with #C06864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06864; }

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

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

background-color css

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

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

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

border-color css

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

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

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