Html Css Color HEX #C07352 Red Damask

📋 copy color: '#C07352'

red 192 ◦ green 115 ◦ blue 82

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

Shades of Red Damask #C07352

Tints of Red Damask #C07352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.56%

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

R = 49.36%
G = 29.56%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07352 (or 0xC07352) is known color: Red Damask. HEX triplet: C0, 73 and 52. RGB value is (192,115,82). Sum of RGB (Red+Green+Blue) = 192+115+82=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C07352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07352 is #3F8CAD. Grayscale: #868686. Windows color (decimal): -4164782 or 5403584. OLE color: 5403584.

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

Color convert

RGB 192 115 82 -
CMYK 0 0.40 0.57 0.25
HSL 18º 0.47% 0.54% -
HSV(B) 18º 0.57% 0.75% -
XYZ 29.39 24.08 11.08 -
YUV 134.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 192 115 82 0 0.40 0.57 0.25 18 0.47 0.54
Hex C0 73 52 0 28 39 19 12 2F 36
Octal 300 163 122 0 50 71 31 22 57 66
Binary 11000000 1110011 1010010 0 101000 111001 11001 10010 101111 110110

Color Harmonies of #C07352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07352

Black with #C07352

Text Example


Text Example

White with #C07352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07352; }

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

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

background-color css

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

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

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

border-color css

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

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

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