Html Css Color HEX #C2754F Red Damask

📋 copy color: '#C2754F'

red 194 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #C2754F

Tints of Red Damask #C2754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.26%

R = 49.74%
G = 30%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2754F (or 0xC2754F) is known color: Red Damask. HEX triplet: C2, 75 and 4F. RGB value is (194,117,79). Sum of RGB (Red+Green+Blue) = 194+117+79=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2754F is #3D8AB0. Grayscale: #878787. Windows color (decimal): -4033201 or 5207490. OLE color: 5207490.

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

Color convert

RGB 194 117 79 -
CMYK 0 0.40 0.59 0.24
HSL 19.83º 0.49% 0.54% -
HSV(B) 19.83º 0.59% 0.76% -
XYZ 30.02 24.76 10.59 -
YUV 135.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 194 117 79 0 0.40 0.59 0.24 19.83 0.49 0.54
Hex C2 75 4F 0 28 3B 18 14 31 36
Octal 302 165 117 0 50 73 30 24 61 66
Binary 11000010 1110101 1001111 0 101000 111011 11000 10100 110001 110110

Color Harmonies of #C2754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2754F

Black with #C2754F

Text Example


Text Example

White with #C2754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2754F; }

 p { color: rgb(194,117,79); }

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

background-color css

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

 a { background-color: rgb(194,117,79); }

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

border-color css

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

 span { border-color: rgb(194,117,79); }

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