Html Css Color HEX #C06665 Contessa

📋 copy color: '#C06665'

red 192 ◦ green 102 ◦ blue 101

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

Shades of Contessa #C06665

Tints of Contessa #C06665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

 BLUE value IS 101 (39.84% from 255) = 25.57%

R = 48.61%
G = 25.82%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06665 (or 0xC06665) is known color: Contessa. HEX triplet: C0, 66 and 65. RGB value is (192,102,101). Sum of RGB (Red+Green+Blue) = 192+102+101=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C06665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06665 is #3F999A. Grayscale: #808080. Windows color (decimal): -4168091 or 6645440. OLE color: 6645440.

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

Color convert

RGB 192 102 101 -
CMYK 0 0.47 0.47 0.25
HSL 0.66º 0.42% 0.57% -
HSV(B) 0.66º 0.47% 0.75% -
XYZ 28.84 21.65 14.97 -
YUV 128.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 192 102 101 0 0.47 0.47 0.25 0.66 0.42 0.57
Hex C0 66 65 0 2F 2F 19 1 2A 39
Octal 300 146 145 0 57 57 31 1 52 71
Binary 11000000 1100110 1100101 0 101111 101111 11001 1 101010 111001

Color Harmonies of #C06665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06665

Black with #C06665

Text Example


Text Example

White with #C06665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06665; }

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

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

background-color css

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

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

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

border-color css

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

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

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