Html Css Color HEX #C37A52 Red Damask

📋 copy color: '#C37A52'

red 195 ◦ green 122 ◦ blue 82

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

Shades of Red Damask #C37A52

Tints of Red Damask #C37A52

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 48.87%
G = 30.58%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C37A52 (or 0xC37A52) is known color: Red Damask. HEX triplet: C3, 7A and 52. RGB value is (195,122,82). Sum of RGB (Red+Green+Blue) = 195+122+82=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A52 is #3C85AD. Grayscale: #8B8B8B. Windows color (decimal): -3966382 or 5405379. OLE color: 5405379.

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

Color convert

RGB 195 122 82 -
CMYK 0 0.37 0.58 0.24
HSL 21.24º 0.48% 0.54% -
HSV(B) 21.24º 0.58% 0.76% -
XYZ 30.99 26.13 11.39 -
YUV 139.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 195 122 82 0 0.37 0.58 0.24 21.24 0.48 0.54
Hex C3 7A 52 0 25 3A 18 15 30 36
Octal 303 172 122 0 45 72 30 25 60 66
Binary 11000011 1111010 1010010 0 100101 111010 11000 10101 110000 110110

Color Harmonies of #C37A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A52

Black with #C37A52

Text Example


Text Example

White with #C37A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A52; }

 p { color: rgb(195,122,82); }

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

background-color css

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

 a { background-color: rgb(195,122,82); }

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

border-color css

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

 span { border-color: rgb(195,122,82); }

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