Html Css Color HEX #C07C6C Contessa

📋 copy color: '#C07C6C'

red 192 ◦ green 124 ◦ blue 108

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

Shades of Contessa #C07C6C

Tints of Contessa #C07C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.47%

R = 45.28%
G = 29.25%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C07C6C (or 0xC07C6C) is known color: Contessa. HEX triplet: C0, 7C and 6C. RGB value is (192,124,108). Sum of RGB (Red+Green+Blue) = 192+124+108=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C6C is #3F8393. Grayscale: #8E8E8E. Windows color (decimal): -4162452 or 7109824. OLE color: 7109824.

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

Color convert

RGB 192 124 108 -
CMYK 0 0.35 0.44 0.25
HSL 11.43º 0.4% 0.59% -
HSV(B) 11.43º 0.44% 0.75% -
XYZ 31.65 26.7 17.67 -
YUV 142.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 192 124 108 0 0.35 0.44 0.25 11.43 0.4 0.59
Hex C0 7C 6C 0 23 2C 19 B 28 3B
Octal 300 174 154 0 43 54 31 13 50 73
Binary 11000000 1111100 1101100 0 100011 101100 11001 1011 101000 111011

Color Harmonies of #C07C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C6C

Black with #C07C6C

Text Example


Text Example

White with #C07C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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