Html Css Color HEX #C9720C Ochre

📋 copy color: '#C9720C'

red 201 ◦ green 114 ◦ blue 12

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

Shades of Ochre #C9720C

Tints of Ochre #C9720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 61.47%
G = 34.86%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9720C (or 0xC9720C) is known color: Ochre. HEX triplet: C9, 72 and 0C. RGB value is (201,114,12). Sum of RGB (Red+Green+Blue) = 201+114+12=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9720C is #368DF3. Grayscale: #808080. Windows color (decimal): -3575284 or 815817. OLE color: 815817.

HSL color Cylindrical-coordinate representation of color #C9720C: hue angle of 32.38º 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 #C9720C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 12 -
CMYK 0 0.43 0.94 0.21
HSL 32.38º 0.89% 0.42% -
HSV(B) 32.38º 0.94% 0.79% -
XYZ 30.17 24.48 3.48 -
YUV 128.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 201 114 12 0 0.43 0.94 0.21 32.38 0.89 0.42
Hex C9 72 C 0 2B 5E 15 20 59 2A
Octal 311 162 14 0 53 136 25 40 131 52
Binary 11001001 1110010 1100 0 101011 1011110 10101 100000 1011001 101010

Color Harmonies of #C9720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9720C

Black with #C9720C

Text Example


Text Example

White with #C9720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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