Html Css Color HEX #C07768 Contessa

📋 copy color: '#C07768'

red 192 ◦ green 119 ◦ blue 104

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

Shades of Contessa #C07768

Tints of Contessa #C07768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 46.27%
G = 28.67%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C07768 (or 0xC07768) is known color: Contessa. HEX triplet: C0, 77 and 68. RGB value is (192,119,104). Sum of RGB (Red+Green+Blue) = 192+119+104=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C07768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07768 is #3F8897. Grayscale: #8B8B8B. Windows color (decimal): -4163736 or 6846400. OLE color: 6846400.

HSL color Cylindrical-coordinate representation of color #C07768: hue angle of 10.23º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07768 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 104 -
CMYK 0 0.38 0.46 0.25
HSL 10.23º 0.41% 0.58% -
HSV(B) 10.23º 0.46% 0.75% -
XYZ 30.83 25.4 16.37 -
YUV 139.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 192 119 104 0 0.38 0.46 0.25 10.23 0.41 0.58
Hex C0 77 68 0 26 2E 19 A 29 3A
Octal 300 167 150 0 46 56 31 12 51 72
Binary 11000000 1110111 1101000 0 100110 101110 11001 1010 101001 111010

Color Harmonies of #C07768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07768

Black with #C07768

Text Example


Text Example

White with #C07768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07768; }

 p { color: rgb(192,119,104); }

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

background-color css

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

 a { background-color: rgb(192,119,104); }

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

border-color css

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

 span { border-color: rgb(192,119,104); }

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