Html Css Color HEX #C07766 Contessa

📋 copy color: '#C07766'

red 192 ◦ green 119 ◦ blue 102

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

Shades of Contessa #C07766

Tints of Contessa #C07766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 102 (40.23% from 255) = 24.7%

R = 46.49%
G = 28.81%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C07766 (or 0xC07766) is known color: Contessa. HEX triplet: C0, 77 and 66. RGB value is (192,119,102). Sum of RGB (Red+Green+Blue) = 192+119+102=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C07766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07766 is #3F8899. Grayscale: #8B8B8B. Windows color (decimal): -4163738 or 6715328. OLE color: 6715328.

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

Color convert

RGB 192 119 102 -
CMYK 0 0.38 0.47 0.25
HSL 11.33º 0.42% 0.58% -
HSV(B) 11.33º 0.47% 0.75% -
XYZ 30.73 25.36 15.85 -
YUV 138.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 192 119 102 0 0.38 0.47 0.25 11.33 0.42 0.58
Hex C0 77 66 0 26 2F 19 B 2A 3A
Octal 300 167 146 0 46 57 31 13 52 72
Binary 11000000 1110111 1100110 0 100110 101111 11001 1011 101010 111010

Color Harmonies of #C07766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07766

Black with #C07766

Text Example


Text Example

White with #C07766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07766; }

 p { color: rgb(192,119,102); }

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

background-color css

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

 a { background-color: rgb(192,119,102); }

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

border-color css

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

 span { border-color: rgb(192,119,102); }

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