Html Css Color HEX #C06C66 Contessa

📋 copy color: '#C06C66'

red 192 ◦ green 108 ◦ blue 102

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

Shades of Contessa #C06C66

Tints of Contessa #C06C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

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

R = 47.76%
G = 26.87%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06C66 (or 0xC06C66) is known color: Contessa. HEX triplet: C0, 6C and 66. RGB value is (192,108,102). Sum of RGB (Red+Green+Blue) = 192+108+102=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C66 is #3F9399. Grayscale: #848484. Windows color (decimal): -4166554 or 6712512. OLE color: 6712512.

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

Color convert

RGB 192 108 102 -
CMYK 0 0.44 0.47 0.25
HSL 0.42% 0.58% -
HSV(B) 0.47% 0.75% -
XYZ 29.5 22.89 15.43 -
YUV 132.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 192 108 102 0 0.44 0.47 0.25 4 0.42 0.58
Hex C0 6C 66 0 2C 2F 19 4 2A 3A
Octal 300 154 146 0 54 57 31 4 52 72
Binary 11000000 1101100 1100110 0 101100 101111 11001 100 101010 111010

Color Harmonies of #C06C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C66

Black with #C06C66

Text Example


Text Example

White with #C06C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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