Html Css Color HEX #C4674E Red Damask

📋 copy color: '#C4674E'

red 196 ◦ green 103 ◦ blue 78

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

Shades of Red Damask #C4674E

Tints of Red Damask #C4674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.69%

R = 51.99%
G = 27.32%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4674E (or 0xC4674E) is known color: Red Damask. HEX triplet: C4, 67 and 4E. RGB value is (196,103,78). Sum of RGB (Red+Green+Blue) = 196+103+78=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4674E is #3B98B1. Grayscale: #808080. Windows color (decimal): -3905714 or 5138372. OLE color: 5138372.

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

Color convert

RGB 196 103 78 -
CMYK 0 0.47 0.60 0.23
HSL 12.71º 0.5% 0.54% -
HSV(B) 12.71º 0.6% 0.77% -
XYZ 28.99 21.99 9.92 -
YUV 127.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 196 103 78 0 0.47 0.60 0.23 12.71 0.5 0.54
Hex C4 67 4E 0 2F 3C 17 D 32 36
Octal 304 147 116 0 57 74 27 15 62 66
Binary 11000100 1100111 1001110 0 101111 111100 10111 1101 110010 110110

Color Harmonies of #C4674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4674E

Black with #C4674E

Text Example


Text Example

White with #C4674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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