Html Css Color HEX #C37450 Red Damask

📋 copy color: '#C37450'

red 195 ◦ green 116 ◦ blue 80

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

Shades of Red Damask #C37450

Tints of Red Damask #C37450

RGB

 RED value IS 195 (76.56% from 255) = 49.87%

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 49.87%
G = 29.67%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C37450 (or 0xC37450) is known color: Red Damask. HEX triplet: C3, 74 and 50. RGB value is (195,116,80). Sum of RGB (Red+Green+Blue) = 195+116+80=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C37450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37450 is #3C8BAF. Grayscale: #878787. Windows color (decimal): -3967920 or 5272771. OLE color: 5272771.

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

Color convert

RGB 195 116 80 -
CMYK 0 0.41 0.59 0.24
HSL 18.78º 0.49% 0.54% -
HSV(B) 18.78º 0.59% 0.76% -
XYZ 30.2 24.67 10.76 -
YUV 135.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 195 116 80 0 0.41 0.59 0.24 18.78 0.49 0.54
Hex C3 74 50 0 29 3B 18 13 31 36
Octal 303 164 120 0 51 73 30 23 61 66
Binary 11000011 1110100 1010000 0 101001 111011 11000 10011 110001 110110

Color Harmonies of #C37450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37450

Black with #C37450

Text Example


Text Example

White with #C37450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37450; }

 p { color: rgb(195,116,80); }

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

background-color css

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

 a { background-color: rgb(195,116,80); }

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

border-color css

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

 span { border-color: rgb(195,116,80); }

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