Html Css Color HEX #C9742C Ochre

📋 copy color: '#C9742C'

red 201 ◦ green 116 ◦ blue 44

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

Shades of Ochre #C9742C

Tints of Ochre #C9742C

RGB

 RED value IS 201 (78.91% from 255) = 55.68%

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 55.68%
G = 32.13%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9742C (or 0xC9742C) is known color: Ochre. HEX triplet: C9, 74 and 2C. RGB value is (201,116,44). Sum of RGB (Red+Green+Blue) = 201+116+44=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9742C is #368BD3. Grayscale: #858585. Windows color (decimal): -3574740 or 2913481. OLE color: 2913481.

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

Color convert

RGB 201 116 44 -
CMYK 0 0.42 0.78 0.21
HSL 27.52º 0.64% 0.48% -
HSV(B) 27.52º 0.78% 0.79% -
XYZ 30.79 25.09 5.6 -
YUV 133.21 77.66 176.35 -
System Red Green Blue C M Y K H S L
Decimal 201 116 44 0 0.42 0.78 0.21 27.52 0.64 0.48
Hex C9 74 2C 0 2A 4E 15 1C 40 30
Octal 311 164 54 0 52 116 25 34 100 60
Binary 11001001 1110100 101100 0 101010 1001110 10101 11100 1000000 110000

Color Harmonies of #C9742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9742C

Black with #C9742C

Text Example


Text Example

White with #C9742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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