Html Css Color HEX #C06F6D Contessa

📋 copy color: '#C06F6D'

red 192 ◦ green 111 ◦ blue 109

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

Shades of Contessa #C06F6D

Tints of Contessa #C06F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 46.6%
G = 26.94%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C06F6D (or 0xC06F6D) is known color: Contessa. HEX triplet: C0, 6F and 6D. RGB value is (192,111,109). Sum of RGB (Red+Green+Blue) = 192+111+109=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F6D is #3F9092. Grayscale: #878787. Windows color (decimal): -4165779 or 7172032. OLE color: 7172032.

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

Color convert

RGB 192 111 109 -
CMYK 0 0.42 0.43 0.25
HSL 1.45º 0.4% 0.59% -
HSV(B) 1.45º 0.43% 0.75% -
XYZ 30.18 23.68 17.45 -
YUV 134.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 192 111 109 0 0.42 0.43 0.25 1.45 0.4 0.59
Hex C0 6F 6D 0 2A 2B 19 1 28 3B
Octal 300 157 155 0 52 53 31 1 50 73
Binary 11000000 1101111 1101101 0 101010 101011 11001 1 101000 111011

Color Harmonies of #C06F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F6D

Black with #C06F6D

Text Example


Text Example

White with #C06F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F6D; }

 p { color: rgb(192,111,109); }

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

background-color css

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

 a { background-color: rgb(192,111,109); }

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

border-color css

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

 span { border-color: rgb(192,111,109); }

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