Html Css Color HEX #C07453 Red Damask

📋 copy color: '#C07453'

red 192 ◦ green 116 ◦ blue 83

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

Shades of Red Damask #C07453

Tints of Red Damask #C07453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 83 (32.81% from 255) = 21.23%

R = 49.1%
G = 29.67%
B = 21.23%

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

#C07453 (or 0xC07453) is known color: Red Damask. HEX triplet: C0, 74 and 53. RGB value is (192,116,83). Sum of RGB (Red+Green+Blue) = 192+116+83=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07453 is #3F8BAC. Grayscale: #878787. Windows color (decimal): -4164525 or 5469376. OLE color: 5469376.

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

Color convert

RGB 192 116 83 -
CMYK 0 0.40 0.57 0.25
HSL 18.17º 0.46% 0.54% -
HSV(B) 18.17º 0.57% 0.75% -
XYZ 29.54 24.32 11.32 -
YUV 134.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 192 116 83 0 0.40 0.57 0.25 18.17 0.46 0.54
Hex C0 74 53 0 28 39 19 12 2E 36
Octal 300 164 123 0 50 71 31 22 56 66
Binary 11000000 1110100 1010011 0 101000 111001 11001 10010 101110 110110

Color Harmonies of #C07453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07453

Black with #C07453

Text Example


Text Example

White with #C07453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07453; }

 p { color: rgb(192,116,83); }

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

background-color css

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

 a { background-color: rgb(192,116,83); }

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

border-color css

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

 span { border-color: rgb(192,116,83); }

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