#C9742A

Color #C9742A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C9742A

Tints of Ochre #C9742A

Color information

#C9742A (or 0xC9742A) is unknown color: approx Ochre. HEX triplet: C9, 74 and 2A. RGB value is (201,116,42). Sum of RGB (Red+Green+Blue) = 201+116+42=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9742A is #368BD5. Grayscale: #858585. Windows color (decimal): -3574742 or 2782409. OLE color: 2782409.

HSL color Cylindrical-coordinate representation of color #C9742A: hue angle of 27.92º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9742A is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20111642-
CMYK00.420.790.21
HSL27.92º65.43%47.65%-
HSV(B)27.92º79.1%78.82%-
XYZ30.7525.085.41-
YUV132.9876.66176.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.99%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=55.99%
G=32.31%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011164200.420.790.2127.9265.4347.65
HexC9742A02A4F151c4130
Octal31116452052117253410160
Binary1100100111101001010100101010100111110101111001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9742A; }

 p { color: rgb(201,116,42); }

 H1.HeaderClassName
 {
   color: #C9742A;
 }
 .AnyTagClassName
 {
   color: #C9742A;
 }
</style>
background-color css

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

 a { background-color: rgb(201,116,42); }

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

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

 span { border-color: rgb(201,116,42); }

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