Html Css Color HEX #C07466 Contessa

📋 copy color: '#C07466'

red 192 ◦ green 116 ◦ blue 102

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

Shades of Contessa #C07466

Tints of Contessa #C07466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

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

R = 46.83%
G = 28.29%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C07466 (or 0xC07466) is known color: Contessa. HEX triplet: C0, 74 and 66. RGB value is (192,116,102). Sum of RGB (Red+Green+Blue) = 192+116+102=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C07466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07466 is #3F8B99. Grayscale: #898989. Windows color (decimal): -4164506 or 6714560. OLE color: 6714560.

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

Color convert

RGB 192 116 102 -
CMYK 0 0.40 0.47 0.25
HSL 9.33º 0.42% 0.58% -
HSV(B) 9.33º 0.47% 0.75% -
XYZ 30.38 24.66 15.73 -
YUV 137.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 192 116 102 0 0.40 0.47 0.25 9.33 0.42 0.58
Hex C0 74 66 0 28 2F 19 9 2A 3A
Octal 300 164 146 0 50 57 31 11 52 72
Binary 11000000 1110100 1100110 0 101000 101111 11001 1001 101010 111010

Color Harmonies of #C07466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07466

Black with #C07466

Text Example


Text Example

White with #C07466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07466; }

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

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

background-color css

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

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

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

border-color css

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

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

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