Html Css Color HEX #C4664A Red Damask

📋 copy color: '#C4664A'

red 196 ◦ green 102 ◦ blue 74

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

Shades of Red Damask #C4664A

Tints of Red Damask #C4664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 52.69%
G = 27.42%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4664A (or 0xC4664A) is known color: Red Damask. HEX triplet: C4, 66 and 4A. RGB value is (196,102,74). Sum of RGB (Red+Green+Blue) = 196+102+74=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4664A is #3B99B5. Grayscale: #7F7F7F. Windows color (decimal): -3905974 or 4875972. OLE color: 4875972.

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

Color convert

RGB 196 102 74 -
CMYK 0 0.48 0.62 0.23
HSL 13.77º 0.51% 0.53% -
HSV(B) 13.77º 0.62% 0.77% -
XYZ 28.75 21.73 9.16 -
YUV 126.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 196 102 74 0 0.48 0.62 0.23 13.77 0.51 0.53
Hex C4 66 4A 0 30 3E 17 E 33 35
Octal 304 146 112 0 60 76 27 16 63 65
Binary 11000100 1100110 1001010 0 110000 111110 10111 1110 110011 110101

Color Harmonies of #C4664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4664A

Black with #C4664A

Text Example


Text Example

White with #C4664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4664A; }

 p { color: rgb(196,102,74); }

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

background-color css

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

 a { background-color: rgb(196,102,74); }

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

border-color css

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

 span { border-color: rgb(196,102,74); }

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