Html Css Color HEX #C07553 Red Damask

📋 copy color: '#C07553'

red 192 ◦ green 117 ◦ blue 83

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

Shades of Red Damask #C07553

Tints of Red Damask #C07553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 48.98%
G = 29.85%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07553 (or 0xC07553) is known color: Red Damask. HEX triplet: C0, 75 and 53. RGB value is (192,117,83). Sum of RGB (Red+Green+Blue) = 192+117+83=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C07553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07553 is #3F8AAC. Grayscale: #878787. Windows color (decimal): -4164269 or 5469632. OLE color: 5469632.

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

Color convert

RGB 192 117 83 -
CMYK 0 0.39 0.57 0.25
HSL 18.72º 0.46% 0.54% -
HSV(B) 18.72º 0.57% 0.75% -
XYZ 29.66 24.55 11.36 -
YUV 135.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 192 117 83 0 0.39 0.57 0.25 18.72 0.46 0.54
Hex C0 75 53 0 27 39 19 13 2E 36
Octal 300 165 123 0 47 71 31 23 56 66
Binary 11000000 1110101 1010011 0 100111 111001 11001 10011 101110 110110

Color Harmonies of #C07553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07553

Black with #C07553

Text Example


Text Example

White with #C07553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07553; }

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

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

background-color css

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

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

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

border-color css

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

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

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