Html Css Color HEX #C27754 Red Damask

📋 copy color: '#C27754'

red 194 ◦ green 119 ◦ blue 84

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

Shades of Red Damask #C27754

Tints of Red Damask #C27754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.97%

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 48.87%
G = 29.97%
B = 21.16%

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

#C27754 (or 0xC27754) is known color: Red Damask. HEX triplet: C2, 77 and 54. RGB value is (194,119,84). Sum of RGB (Red+Green+Blue) = 194+119+84=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27754 is #3D88AB. Grayscale: #898989. Windows color (decimal): -4032684 or 5535682. OLE color: 5535682.

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

Color convert

RGB 194 119 84 -
CMYK 0 0.39 0.57 0.24
HSL 19.09º 0.47% 0.55% -
HSV(B) 19.09º 0.57% 0.76% -
XYZ 30.45 25.3 11.67 -
YUV 137.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 194 119 84 0 0.39 0.57 0.24 19.09 0.47 0.55
Hex C2 77 54 0 27 39 18 13 2F 37
Octal 302 167 124 0 47 71 30 23 57 67
Binary 11000010 1110111 1010100 0 100111 111001 11000 10011 101111 110111

Color Harmonies of #C27754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27754

Black with #C27754

Text Example


Text Example

White with #C27754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27754; }

 p { color: rgb(194,119,84); }

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

background-color css

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

 a { background-color: rgb(194,119,84); }

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

border-color css

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

 span { border-color: rgb(194,119,84); }

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