Html Css Color HEX #C07575 Contessa

📋 copy color: '#C07575'

red 192 ◦ green 117 ◦ blue 117

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

Shades of Contessa #C07575

Tints of Contessa #C07575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 45.07%
G = 27.46%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07575 (or 0xC07575) is known color: Contessa. HEX triplet: C0, 75 and 75. RGB value is (192,117,117). Sum of RGB (Red+Green+Blue) = 192+117+117=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07575 is #3F8A8A. Grayscale: #8B8B8B. Windows color (decimal): -4164235 or 7697856. OLE color: 7697856.

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

Color convert

RGB 192 117 117 -
CMYK 0 0.39 0.39 0.25
HSL 0.37% 0.61% -
HSV(B) 0.39% 0.75% -
XYZ 31.31 25.21 20.05 -
YUV 139.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 192 117 117 0 0.39 0.39 0.25 0 0.37 0.61
Hex C0 75 75 0 27 27 19 0 25 3D
Octal 300 165 165 0 47 47 31 0 45 75
Binary 11000000 1110101 1110101 0 100111 100111 11001 0 100101 111101

Color Harmonies of #C07575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07575

Black with #C07575

Text Example


Text Example

White with #C07575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07575; }

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

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

background-color css

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

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

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

border-color css

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

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

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