Html Css Color HEX #C07052 Red Damask

📋 copy color: '#C07052'

red 192 ◦ green 112 ◦ blue 82

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

Shades of Red Damask #C07052

Tints of Red Damask #C07052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 49.74%
G = 29.02%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07052 (or 0xC07052) is known color: Red Damask. HEX triplet: C0, 70 and 52. RGB value is (192,112,82). Sum of RGB (Red+Green+Blue) = 192+112+82=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C07052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07052 is #3F8FAD. Grayscale: #848484. Windows color (decimal): -4165550 or 5402816. OLE color: 5402816.

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

Color convert

RGB 192 112 82 -
CMYK 0 0.42 0.57 0.25
HSL 16.36º 0.47% 0.54% -
HSV(B) 16.36º 0.57% 0.75% -
XYZ 29.06 23.4 10.97 -
YUV 132.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 192 112 82 0 0.42 0.57 0.25 16.36 0.47 0.54
Hex C0 70 52 0 2A 39 19 10 2F 36
Octal 300 160 122 0 52 71 31 20 57 66
Binary 11000000 1110000 1010010 0 101010 111001 11001 10000 101111 110110

Color Harmonies of #C07052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07052

Black with #C07052

Text Example


Text Example

White with #C07052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07052; }

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

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

background-color css

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

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

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

border-color css

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

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

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