Html Css Color HEX #C37453 Red Damask

📋 copy color: '#C37453'

red 195 ◦ green 116 ◦ blue 83

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

Shades of Red Damask #C37453

Tints of Red Damask #C37453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.07%

R = 49.49%
G = 29.44%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37453 (or 0xC37453) is known color: Red Damask. HEX triplet: C3, 74 and 53. RGB value is (195,116,83). Sum of RGB (Red+Green+Blue) = 195+116+83=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C37453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37453 is #3C8BAC. Grayscale: #888888. Windows color (decimal): -3967917 or 5469379. OLE color: 5469379.

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

Color convert

RGB 195 116 83 -
CMYK 0 0.41 0.57 0.24
HSL 17.68º 0.48% 0.55% -
HSV(B) 17.68º 0.57% 0.76% -
XYZ 30.31 24.72 11.36 -
YUV 135.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 195 116 83 0 0.41 0.57 0.24 17.68 0.48 0.55
Hex C3 74 53 0 29 39 18 12 30 37
Octal 303 164 123 0 51 71 30 22 60 67
Binary 11000011 1110100 1010011 0 101001 111001 11000 10010 110000 110111

Color Harmonies of #C37453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37453

Black with #C37453

Text Example


Text Example

White with #C37453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37453; }

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

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

background-color css

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

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

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

border-color css

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

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

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