Html Css Color HEX #C37052 Red Damask

📋 copy color: '#C37052'

red 195 ◦ green 112 ◦ blue 82

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

Shades of Red Damask #C37052

Tints of Red Damask #C37052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

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

R = 50.13%
G = 28.79%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C37052 (or 0xC37052) is known color: Red Damask. HEX triplet: C3, 70 and 52. RGB value is (195,112,82). Sum of RGB (Red+Green+Blue) = 195+112+82=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C37052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37052 is #3C8FAD. Grayscale: #858585. Windows color (decimal): -3968942 or 5402819. OLE color: 5402819.

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

Color convert

RGB 195 112 82 -
CMYK 0 0.43 0.58 0.24
HSL 15.93º 0.48% 0.54% -
HSV(B) 15.93º 0.58% 0.76% -
XYZ 29.82 23.8 11 -
YUV 133.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 195 112 82 0 0.43 0.58 0.24 15.93 0.48 0.54
Hex C3 70 52 0 2B 3A 18 10 30 36
Octal 303 160 122 0 53 72 30 20 60 66
Binary 11000011 1110000 1010010 0 101011 111010 11000 10000 110000 110110

Color Harmonies of #C37052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37052

Black with #C37052

Text Example


Text Example

White with #C37052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37052; }

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

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

background-color css

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

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

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

border-color css

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

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

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