Html Css Color HEX #C9710C Ochre

📋 copy color: '#C9710C'

red 201 ◦ green 113 ◦ blue 12

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

Shades of Ochre #C9710C

Tints of Ochre #C9710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 61.66%
G = 34.66%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9710C (or 0xC9710C) is known color: Ochre. HEX triplet: C9, 71 and 0C. RGB value is (201,113,12). Sum of RGB (Red+Green+Blue) = 201+113+12=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9710C is #368EF3. Grayscale: #808080. Windows color (decimal): -3575540 or 815561. OLE color: 815561.

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

Color convert

RGB 201 113 12 -
CMYK 0 0.44 0.94 0.21
HSL 32.06º 0.89% 0.42% -
HSV(B) 32.06º 0.94% 0.79% -
XYZ 30.06 24.25 3.45 -
YUV 127.8 62.65 180.21 -
System Red Green Blue C M Y K H S L
Decimal 201 113 12 0 0.44 0.94 0.21 32.06 0.89 0.42
Hex C9 71 C 0 2C 5E 15 20 59 2A
Octal 311 161 14 0 54 136 25 40 131 52
Binary 11001001 1110001 1100 0 101100 1011110 10101 100000 1011001 101010

Color Harmonies of #C9710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9710C

Black with #C9710C

Text Example


Text Example

White with #C9710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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