Html Css Color HEX #C07850 Red Damask

📋 copy color: '#C07850'

red 192 ◦ green 120 ◦ blue 80

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

Shades of Red Damask #C07850

Tints of Red Damask #C07850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 48.98%
G = 30.61%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C07850 (or 0xC07850) is known color: Red Damask. HEX triplet: C0, 78 and 50. RGB value is (192,120,80). Sum of RGB (Red+Green+Blue) = 192+120+80=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C07850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07850 is #3F87AF. Grayscale: #898989. Windows color (decimal): -4163504 or 5273792. OLE color: 5273792.

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

Color convert

RGB 192 120 80 -
CMYK 0 0.38 0.58 0.25
HSL 21.43º 0.47% 0.53% -
HSV(B) 21.43º 0.58% 0.75% -
XYZ 29.9 25.22 10.88 -
YUV 136.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 192 120 80 0 0.38 0.58 0.25 21.43 0.47 0.53
Hex C0 78 50 0 26 3A 19 15 2F 35
Octal 300 170 120 0 46 72 31 25 57 65
Binary 11000000 1111000 1010000 0 100110 111010 11001 10101 101111 110101

Color Harmonies of #C07850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07850

Black with #C07850

Text Example


Text Example

White with #C07850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07850; }

 p { color: rgb(192,120,80); }

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

background-color css

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

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

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

border-color css

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

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

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