Html Css Color HEX #C9740C Ochre

📋 copy color: '#C9740C'

red 201 ◦ green 116 ◦ blue 12

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

Shades of Ochre #C9740C

Tints of Ochre #C9740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 61.09%
G = 35.26%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9740C (or 0xC9740C) is known color: Ochre. HEX triplet: C9, 74 and 0C. RGB value is (201,116,12). Sum of RGB (Red+Green+Blue) = 201+116+12=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9740C is #368BF3. Grayscale: #828282. Windows color (decimal): -3574772 or 816329. OLE color: 816329.

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

Color convert

RGB 201 116 12 -
CMYK 0 0.42 0.94 0.21
HSL 33.02º 0.89% 0.42% -
HSV(B) 33.02º 0.94% 0.79% -
XYZ 30.4 24.93 3.56 -
YUV 129.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 201 116 12 0 0.42 0.94 0.21 33.02 0.89 0.42
Hex C9 74 C 0 2A 5E 15 21 59 2A
Octal 311 164 14 0 52 136 25 41 131 52
Binary 11001001 1110100 1100 0 101010 1011110 10101 100001 1011001 101010

Color Harmonies of #C9740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9740C

Black with #C9740C

Text Example


Text Example

White with #C9740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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