Html Css Color HEX #C07653 Red Damask

📋 copy color: '#C07653'

red 192 ◦ green 118 ◦ blue 83

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

Shades of Red Damask #C07653

Tints of Red Damask #C07653

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.03%

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

R = 48.85%
G = 30.03%
B = 21.12%

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

#C07653 (or 0xC07653) is known color: Red Damask. HEX triplet: C0, 76 and 53. RGB value is (192,118,83). Sum of RGB (Red+Green+Blue) = 192+118+83=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07653 is #3F89AC. Grayscale: #888888. Windows color (decimal): -4164013 or 5469888. OLE color: 5469888.

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

Color convert

RGB 192 118 83 -
CMYK 0 0.39 0.57 0.25
HSL 19.27º 0.46% 0.54% -
HSV(B) 19.27º 0.57% 0.75% -
XYZ 29.78 24.79 11.4 -
YUV 136.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 192 118 83 0 0.39 0.57 0.25 19.27 0.46 0.54
Hex C0 76 53 0 27 39 19 13 2E 36
Octal 300 166 123 0 47 71 31 23 56 66
Binary 11000000 1110110 1010011 0 100111 111001 11001 10011 101110 110110

Color Harmonies of #C07653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07653

Black with #C07653

Text Example


Text Example

White with #C07653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07653; }

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

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

background-color css

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

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

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

border-color css

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

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

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