Html Css Color HEX #C07966 Contessa

📋 copy color: '#C07966'

red 192 ◦ green 121 ◦ blue 102

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

Shades of Contessa #C07966

Tints of Contessa #C07966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.16%

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

R = 46.27%
G = 29.16%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C07966 (or 0xC07966) is known color: Contessa. HEX triplet: C0, 79 and 66. RGB value is (192,121,102). Sum of RGB (Red+Green+Blue) = 192+121+102=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C07966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07966 is #3F8699. Grayscale: #8C8C8C. Windows color (decimal): -4163226 or 6715840. OLE color: 6715840.

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

Color convert

RGB 192 121 102 -
CMYK 0 0.37 0.47 0.25
HSL 12.67º 0.42% 0.58% -
HSV(B) 12.67º 0.47% 0.75% -
XYZ 30.97 25.84 15.93 -
YUV 140.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 192 121 102 0 0.37 0.47 0.25 12.67 0.42 0.58
Hex C0 79 66 0 25 2F 19 D 2A 3A
Octal 300 171 146 0 45 57 31 15 52 72
Binary 11000000 1111001 1100110 0 100101 101111 11001 1101 101010 111010

Color Harmonies of #C07966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07966

Black with #C07966

Text Example


Text Example

White with #C07966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07966; }

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

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

background-color css

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

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

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

border-color css

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

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

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