Html Css Color HEX #C27653 Red Damask

📋 copy color: '#C27653'

red 194 ◦ green 118 ◦ blue 83

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

Shades of Red Damask #C27653

Tints of Red Damask #C27653

RGB

 RED value IS 194 (76.17% from 255) = 49.11%

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

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

R = 49.11%
G = 29.87%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C27653 (or 0xC27653) is known color: Red Damask. HEX triplet: C2, 76 and 53. RGB value is (194,118,83). Sum of RGB (Red+Green+Blue) = 194+118+83=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C27653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27653 is #3D89AC. Grayscale: #888888. Windows color (decimal): -4032941 or 5469890. OLE color: 5469890.

HSL color Cylindrical-coordinate representation of color #C27653: hue angle of 18.92º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C27653 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 83 -
CMYK 0 0.39 0.57 0.24
HSL 18.92º 0.48% 0.54% -
HSV(B) 18.92º 0.57% 0.76% -
XYZ 30.29 25.05 11.42 -
YUV 136.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 194 118 83 0 0.39 0.57 0.24 18.92 0.48 0.54
Hex C2 76 53 0 27 39 18 13 30 36
Octal 302 166 123 0 47 71 30 23 60 66
Binary 11000010 1110110 1010011 0 100111 111001 11000 10011 110000 110110

Color Harmonies of #C27653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27653

Black with #C27653

Text Example


Text Example

White with #C27653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27653; }

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

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

background-color css

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

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

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

border-color css

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

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

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