Html Css Color HEX #C3674A Red Damask

📋 copy color: '#C3674A'

red 195 ◦ green 103 ◦ blue 74

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

Shades of Red Damask #C3674A

Tints of Red Damask #C3674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 52.42%
G = 27.69%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3674A (or 0xC3674A) is known color: Red Damask. HEX triplet: C3, 67 and 4A. RGB value is (195,103,74). Sum of RGB (Red+Green+Blue) = 195+103+74=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3674A is #3C98B5. Grayscale: #7F7F7F. Windows color (decimal): -3971254 or 4876227. OLE color: 4876227.

HSL color Cylindrical-coordinate representation of color #C3674A: hue angle of 14.38º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3674A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 103 74 -
CMYK 0 0.47 0.62 0.24
HSL 14.38º 0.5% 0.53% -
HSV(B) 14.38º 0.62% 0.76% -
XYZ 28.59 21.8 9.18 -
YUV 127.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 195 103 74 0 0.47 0.62 0.24 14.38 0.5 0.53
Hex C3 67 4A 0 2F 3E 18 E 32 35
Octal 303 147 112 0 57 76 30 16 62 65
Binary 11000011 1100111 1001010 0 101111 111110 11000 1110 110010 110101

Color Harmonies of #C3674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3674A

Black with #C3674A

Text Example


Text Example

White with #C3674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3674A; }

 p { color: rgb(195,103,74); }

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

background-color css

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

 a { background-color: rgb(195,103,74); }

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

border-color css

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

 span { border-color: rgb(195,103,74); }

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