Html Css Color HEX #C07852 Red Damask

📋 copy color: '#C07852'

red 192 ◦ green 120 ◦ blue 82

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

Shades of Red Damask #C07852

Tints of Red Damask #C07852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 48.73%
G = 30.46%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07852 (or 0xC07852) is known color: Red Damask. HEX triplet: C0, 78 and 52. RGB value is (192,120,82). Sum of RGB (Red+Green+Blue) = 192+120+82=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07852 is #3F87AD. Grayscale: #898989. Windows color (decimal): -4163502 or 5404864. OLE color: 5404864.

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

Color convert

RGB 192 120 82 -
CMYK 0 0.38 0.57 0.25
HSL 20.73º 0.47% 0.54% -
HSV(B) 20.73º 0.57% 0.75% -
XYZ 29.98 25.25 11.28 -
YUV 137.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 192 120 82 0 0.38 0.57 0.25 20.73 0.47 0.54
Hex C0 78 52 0 26 39 19 15 2F 36
Octal 300 170 122 0 46 71 31 25 57 66
Binary 11000000 1111000 1010010 0 100110 111001 11001 10101 101111 110110

Color Harmonies of #C07852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07852

Black with #C07852

Text Example


Text Example

White with #C07852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07852; }

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

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

background-color css

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

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

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

border-color css

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

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

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