Html Css Color HEX #C07C68 Contessa

📋 copy color: '#C07C68'

red 192 ◦ green 124 ◦ blue 104

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

Shades of Contessa #C07C68

Tints of Contessa #C07C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

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

R = 45.71%
G = 29.52%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C07C68 (or 0xC07C68) is known color: Contessa. HEX triplet: C0, 7C and 68. RGB value is (192,124,104). Sum of RGB (Red+Green+Blue) = 192+124+104=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C68 is #3F8397. Grayscale: #8E8E8E. Windows color (decimal): -4162456 or 6847680. OLE color: 6847680.

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

Color convert

RGB 192 124 104 -
CMYK 0 0.35 0.46 0.25
HSL 13.64º 0.41% 0.58% -
HSV(B) 13.64º 0.46% 0.75% -
XYZ 31.44 26.62 16.58 -
YUV 142.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 192 124 104 0 0.35 0.46 0.25 13.64 0.41 0.58
Hex C0 7C 68 0 23 2E 19 E 29 3A
Octal 300 174 150 0 43 56 31 16 51 72
Binary 11000000 1111100 1101000 0 100011 101110 11001 1110 101001 111010

Color Harmonies of #C07C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C68

Black with #C07C68

Text Example


Text Example

White with #C07C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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