Html Css Color HEX #C07250 Red Damask

📋 copy color: '#C07250'

red 192 ◦ green 114 ◦ blue 80

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

Shades of Red Damask #C07250

Tints of Red Damask #C07250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

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

R = 49.74%
G = 29.53%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C07250 (or 0xC07250) is known color: Red Damask. HEX triplet: C0, 72 and 50. RGB value is (192,114,80). Sum of RGB (Red+Green+Blue) = 192+114+80=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C07250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07250 is #3F8DAF. Grayscale: #858585. Windows color (decimal): -4165040 or 5272256. OLE color: 5272256.

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

Color convert

RGB 192 114 80 -
CMYK 0 0.41 0.58 0.25
HSL 18.21º 0.47% 0.53% -
HSV(B) 18.21º 0.58% 0.75% -
XYZ 29.2 23.82 10.65 -
YUV 133.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 192 114 80 0 0.41 0.58 0.25 18.21 0.47 0.53
Hex C0 72 50 0 29 3A 19 12 2F 35
Octal 300 162 120 0 51 72 31 22 57 65
Binary 11000000 1110010 1010000 0 101001 111010 11001 10010 101111 110101

Color Harmonies of #C07250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07250

Black with #C07250

Text Example


Text Example

White with #C07250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07250; }

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

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

background-color css

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

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

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

border-color css

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

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

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