Html Css Color HEX #C07668 Contessa

📋 copy color: '#C07668'

red 192 ◦ green 118 ◦ blue 104

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

Shades of Contessa #C07668

Tints of Contessa #C07668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

 BLUE value IS 104 (41.02% from 255) = 25.12%

R = 46.38%
G = 28.5%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C07668 (or 0xC07668) is known color: Contessa. HEX triplet: C0, 76 and 68. RGB value is (192,118,104). Sum of RGB (Red+Green+Blue) = 192+118+104=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C07668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07668 is #3F8997. Grayscale: #8A8A8A. Windows color (decimal): -4163992 or 6846144. OLE color: 6846144.

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

Color convert

RGB 192 118 104 -
CMYK 0 0.39 0.46 0.25
HSL 9.55º 0.41% 0.58% -
HSV(B) 9.55º 0.46% 0.75% -
XYZ 30.72 25.16 16.33 -
YUV 138.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 192 118 104 0 0.39 0.46 0.25 9.55 0.41 0.58
Hex C0 76 68 0 27 2E 19 A 29 3A
Octal 300 166 150 0 47 56 31 12 51 72
Binary 11000000 1110110 1101000 0 100111 101110 11001 1010 101001 111010

Color Harmonies of #C07668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07668

Black with #C07668

Text Example


Text Example

White with #C07668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07668; }

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

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

background-color css

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

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

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

border-color css

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

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

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