Html Css Color HEX #C07950 Red Damask

📋 copy color: '#C07950'

red 192 ◦ green 121 ◦ blue 80

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

Shades of Red Damask #C07950

Tints of Red Damask #C07950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

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

R = 48.85%
G = 30.79%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C07950 (or 0xC07950) is known color: Red Damask. HEX triplet: C0, 79 and 50. RGB value is (192,121,80). Sum of RGB (Red+Green+Blue) = 192+121+80=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07950 is #3F86AF. Grayscale: #898989. Windows color (decimal): -4163248 or 5274048. OLE color: 5274048.

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

Color convert

RGB 192 121 80 -
CMYK 0 0.37 0.58 0.25
HSL 21.96º 0.47% 0.53% -
HSV(B) 21.96º 0.58% 0.75% -
XYZ 30.02 25.46 10.92 -
YUV 137.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 192 121 80 0 0.37 0.58 0.25 21.96 0.47 0.53
Hex C0 79 50 0 25 3A 19 16 2F 35
Octal 300 171 120 0 45 72 31 26 57 65
Binary 11000000 1111001 1010000 0 100101 111010 11001 10110 101111 110101

Color Harmonies of #C07950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07950

Black with #C07950

Text Example


Text Example

White with #C07950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07950; }

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

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

background-color css

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

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

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

border-color css

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

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

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