Html Css Color HEX #C9741C Ochre

📋 copy color: '#C9741C'

red 201 ◦ green 116 ◦ blue 28

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

Shades of Ochre #C9741C

Tints of Ochre #C9741C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 58.26%
G = 33.62%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9741C (or 0xC9741C) is known color: Ochre. HEX triplet: C9, 74 and 1C. RGB value is (201,116,28). Sum of RGB (Red+Green+Blue) = 201+116+28=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9741C is #368BE3. Grayscale: #838383. Windows color (decimal): -3574756 or 1864905. OLE color: 1864905.

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

Color convert

RGB 201 116 28 -
CMYK 0 0.42 0.86 0.21
HSL 30.52º 0.76% 0.45% -
HSV(B) 30.52º 0.86% 0.79% -
XYZ 30.54 24.99 4.31 -
YUV 131.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 201 116 28 0 0.42 0.86 0.21 30.52 0.76 0.45
Hex C9 74 1C 0 2A 56 15 1F 4C 2D
Octal 311 164 34 0 52 126 25 37 114 55
Binary 11001001 1110100 11100 0 101010 1010110 10101 11111 1001100 101101

Color Harmonies of #C9741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9741C

Black with #C9741C

Text Example


Text Example

White with #C9741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9741C; }

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

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

background-color css

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

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

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

border-color css

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

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

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