Html Css Color HEX #9C423A Cognac

📋 copy color: '#9C423A'

red 156 ◦ green 66 ◦ blue 58

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

Shades of Cognac #9C423A

Tints of Cognac #9C423A

RGB

 RED value IS 156 (61.33% from 255) = 55.71%

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 55.71%
G = 23.57%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C423A (or 0x9C423A) is known color: Cognac. HEX triplet: 9C, 42 and 3A. RGB value is (156,66,58). Sum of RGB (Red+Green+Blue) = 156+66+58=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C423A is #63BDC5. Grayscale: #5C5C5C. Windows color (decimal): -6536646 or 3818140. OLE color: 3818140.

HSL color Cylindrical-coordinate representation of color #9C423A: hue angle of 4.9º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C423A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 66 58 -
CMYK 0 0.58 0.63 0.39
HSL 4.9º 0.46% 0.42% -
HSV(B) 4.9º 0.63% 0.61% -
XYZ 16.42 11.27 5.31 -
YUV 92 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 156 66 58 0 0.58 0.63 0.39 4.9 0.46 0.42
Hex 9C 42 3A 0 3A 3F 27 5 2E 2A
Octal 234 102 72 0 72 77 47 5 56 52
Binary 10011100 1000010 111010 0 111010 111111 100111 101 101110 101010

Color Harmonies of #9C423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C423A

Black with #9C423A

Text Example


Text Example

White with #9C423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C423A; }

 p { color: rgb(156,66,58); }

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

background-color css

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

 a { background-color: rgb(156,66,58); }

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

border-color css

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

 span { border-color: rgb(156,66,58); }

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