Html Css Color HEX #C37952 Red Damask

📋 copy color: '#C37952'

red 195 ◦ green 121 ◦ blue 82

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

Shades of Red Damask #C37952

Tints of Red Damask #C37952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

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

R = 48.99%
G = 30.4%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C37952 (or 0xC37952) is known color: Red Damask. HEX triplet: C3, 79 and 52. RGB value is (195,121,82). Sum of RGB (Red+Green+Blue) = 195+121+82=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C37952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37952 is #3C86AD. Grayscale: #8A8A8A. Windows color (decimal): -3966638 or 5405123. OLE color: 5405123.

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

Color convert

RGB 195 121 82 -
CMYK 0 0.38 0.58 0.24
HSL 20.71º 0.48% 0.54% -
HSV(B) 20.71º 0.58% 0.76% -
XYZ 30.87 25.89 11.35 -
YUV 138.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 195 121 82 0 0.38 0.58 0.24 20.71 0.48 0.54
Hex C3 79 52 0 26 3A 18 15 30 36
Octal 303 171 122 0 46 72 30 25 60 66
Binary 11000011 1111001 1010010 0 100110 111010 11000 10101 110000 110110

Color Harmonies of #C37952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37952

Black with #C37952

Text Example


Text Example

White with #C37952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37952; }

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

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

background-color css

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

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

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

border-color css

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

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

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