Html Css Color HEX #C07752 Red Damask

📋 copy color: '#C07752'

red 192 ◦ green 119 ◦ blue 82

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

Shades of Red Damask #C07752

Tints of Red Damask #C07752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 48.85%
G = 30.28%
B = 20.87%

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

#C07752 (or 0xC07752) is known color: Red Damask. HEX triplet: C0, 77 and 52. RGB value is (192,119,82). Sum of RGB (Red+Green+Blue) = 192+119+82=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07752 is #3F88AD. Grayscale: #888888. Windows color (decimal): -4163758 or 5404608. OLE color: 5404608.

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

Color convert

RGB 192 119 82 -
CMYK 0 0.38 0.57 0.25
HSL 20.18º 0.47% 0.54% -
HSV(B) 20.18º 0.57% 0.75% -
XYZ 29.86 25.01 11.24 -
YUV 136.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 192 119 82 0 0.38 0.57 0.25 20.18 0.47 0.54
Hex C0 77 52 0 26 39 19 14 2F 36
Octal 300 167 122 0 46 71 31 24 57 66
Binary 11000000 1110111 1010010 0 100110 111001 11001 10100 101111 110110

Color Harmonies of #C07752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07752

Black with #C07752

Text Example


Text Example

White with #C07752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07752; }

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

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

background-color css

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

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

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

border-color css

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

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

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