Html Css Color HEX #994C42 Cognac

📋 copy color: '#994C42'

red 153 ◦ green 76 ◦ blue 66

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

Shades of Cognac #994C42

Tints of Cognac #994C42

RGB

 RED value IS 153 (60.16% from 255) = 51.86%

 GREEN value IS 76 (30.08% from 255) = 25.76%

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 51.86%
G = 25.76%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#994C42 (or 0x994C42) is known color: Cognac. HEX triplet: 99, 4C and 42. RGB value is (153,76,66). Sum of RGB (Red+Green+Blue) = 153+76+66=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #994C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C42 is #66B3BD. Grayscale: #626262. Windows color (decimal): -6730686 or 4344985. OLE color: 4344985.

HSL color Cylindrical-coordinate representation of color #994C42: hue angle of 6.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994C42 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 66 -
CMYK 0 0.50 0.57 0.4
HSL 6.9º 0.4% 0.43% -
HSV(B) 6.9º 0.57% 0.6% -
XYZ 16.7 12.33 6.65 -
YUV 97.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 153 76 66 0 0.50 0.57 0.4 6.9 0.4 0.43
Hex 99 4C 42 0 32 39 28 7 28 2B
Octal 231 114 102 0 62 71 50 7 50 53
Binary 10011001 1001100 1000010 0 110010 111001 101000 111 101000 101011

Color Harmonies of #994C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C42

Black with #994C42

Text Example


Text Example

White with #994C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C42; }

 p { color: rgb(153,76,66); }

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

background-color css

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

 a { background-color: rgb(153,76,66); }

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

border-color css

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

 span { border-color: rgb(153,76,66); }

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