Html Css Color HEX #C4674C Red Damask

📋 copy color: '#C4674C'

red 196 ◦ green 103 ◦ blue 76

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

Shades of Red Damask #C4674C

Tints of Red Damask #C4674C

RGB

 RED value IS 196 (76.95% from 255) = 52.27%

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

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 52.27%
G = 27.47%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4674C (or 0xC4674C) is known color: Red Damask. HEX triplet: C4, 67 and 4C. RGB value is (196,103,76). Sum of RGB (Red+Green+Blue) = 196+103+76=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4674C is #3B98B3. Grayscale: #7F7F7F. Windows color (decimal): -3905716 or 5007300. OLE color: 5007300.

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

Color convert

RGB 196 103 76 -
CMYK 0 0.47 0.61 0.23
HSL 13.5º 0.5% 0.53% -
HSV(B) 13.5º 0.61% 0.77% -
XYZ 28.92 21.96 9.55 -
YUV 127.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 196 103 76 0 0.47 0.61 0.23 13.5 0.5 0.53
Hex C4 67 4C 0 2F 3D 17 E 32 35
Octal 304 147 114 0 57 75 27 16 62 65
Binary 11000100 1100111 1001100 0 101111 111101 10111 1110 110010 110101

Color Harmonies of #C4674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4674C

Black with #C4674C

Text Example


Text Example

White with #C4674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4674C; }

 p { color: rgb(196,103,76); }

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

background-color css

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

 a { background-color: rgb(196,103,76); }

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

border-color css

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

 span { border-color: rgb(196,103,76); }

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