Html Css Color HEX #C27B54 Red Damask

📋 copy color: '#C27B54'

red 194 ◦ green 123 ◦ blue 84

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

Shades of Red Damask #C27B54

Tints of Red Damask #C27B54

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 48.38%
G = 30.67%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C27B54 (or 0xC27B54) is known color: Red Damask. HEX triplet: C2, 7B and 54. RGB value is (194,123,84). Sum of RGB (Red+Green+Blue) = 194+123+84=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B54 is #3D84AB. Grayscale: #8C8C8C. Windows color (decimal): -4031660 or 5536706. OLE color: 5536706.

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

Color convert

RGB 194 123 84 -
CMYK 0 0.37 0.57 0.24
HSL 21.27º 0.47% 0.55% -
HSV(B) 21.27º 0.57% 0.76% -
XYZ 30.93 26.28 11.83 -
YUV 139.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 194 123 84 0 0.37 0.57 0.24 21.27 0.47 0.55
Hex C2 7B 54 0 25 39 18 15 2F 37
Octal 302 173 124 0 45 71 30 25 57 67
Binary 11000010 1111011 1010100 0 100101 111001 11000 10101 101111 110111

Color Harmonies of #C27B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B54

Black with #C27B54

Text Example


Text Example

White with #C27B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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