Html Css Color HEX #C06766 Contessa

📋 copy color: '#C06766'

red 192 ◦ green 103 ◦ blue 102

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

Shades of Contessa #C06766

Tints of Contessa #C06766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

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

R = 48.36%
G = 25.94%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06766 (or 0xC06766) is known color: Contessa. HEX triplet: C0, 67 and 66. RGB value is (192,103,102). Sum of RGB (Red+Green+Blue) = 192+103+102=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C06766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06766 is #3F9899. Grayscale: #818181. Windows color (decimal): -4167834 or 6711232. OLE color: 6711232.

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

Color convert

RGB 192 103 102 -
CMYK 0 0.46 0.47 0.25
HSL 0.67º 0.42% 0.58% -
HSV(B) 0.67º 0.47% 0.75% -
XYZ 28.99 21.87 15.26 -
YUV 129.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 192 103 102 0 0.46 0.47 0.25 0.67 0.42 0.58
Hex C0 67 66 0 2E 2F 19 1 2A 3A
Octal 300 147 146 0 56 57 31 1 52 72
Binary 11000000 1100111 1100110 0 101110 101111 11001 1 101010 111010

Color Harmonies of #C06766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06766

Black with #C06766

Text Example


Text Example

White with #C06766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06766; }

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

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

background-color css

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

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

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

border-color css

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

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

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