Html Css Color HEX #C07474 Contessa

📋 copy color: '#C07474'

red 192 ◦ green 116 ◦ blue 116

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

Shades of Contessa #C07474

Tints of Contessa #C07474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 45.28%
G = 27.36%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C07474 (or 0xC07474) is known color: Contessa. HEX triplet: C0, 74 and 74. RGB value is (192,116,116). Sum of RGB (Red+Green+Blue) = 192+116+116=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07474 is #3F8B8B. Grayscale: #8A8A8A. Windows color (decimal): -4164492 or 7632064. OLE color: 7632064.

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

Color convert

RGB 192 116 116 -
CMYK 0 0.40 0.40 0.25
HSL 0.38% 0.6% -
HSV(B) 0.4% 0.75% -
XYZ 31.14 24.96 19.7 -
YUV 138.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 192 116 116 0 0.40 0.40 0.25 0 0.38 0.6
Hex C0 74 74 0 28 28 19 0 26 3C
Octal 300 164 164 0 50 50 31 0 46 74
Binary 11000000 1110100 1110100 0 101000 101000 11001 0 100110 111100

Color Harmonies of #C07474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07474

Black with #C07474

Text Example


Text Example

White with #C07474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07474; }

 p { color: rgb(192,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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