Html Css Color HEX #C9710F Ochre

📋 copy color: '#C9710F'

red 201 ◦ green 113 ◦ blue 15

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

Shades of Ochre #C9710F

Tints of Ochre #C9710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 61.09%
G = 34.35%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9710F (or 0xC9710F) is known color: Ochre. HEX triplet: C9, 71 and 0F. RGB value is (201,113,15). Sum of RGB (Red+Green+Blue) = 201+113+15=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9710F is #368EF0. Grayscale: #808080. Windows color (decimal): -3575537 or 1012169. OLE color: 1012169.

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

Color convert

RGB 201 113 15 -
CMYK 0 0.44 0.93 0.21
HSL 31.61º 0.86% 0.42% -
HSV(B) 31.61º 0.93% 0.79% -
XYZ 30.08 24.26 3.55 -
YUV 128.14 64.15 179.97 -
System Red Green Blue C M Y K H S L
Decimal 201 113 15 0 0.44 0.93 0.21 31.61 0.86 0.42
Hex C9 71 F 0 2C 5D 15 20 56 2A
Octal 311 161 17 0 54 135 25 40 126 52
Binary 11001001 1110001 1111 0 101100 1011101 10101 100000 1010110 101010

Color Harmonies of #C9710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9710F

Black with #C9710F

Text Example


Text Example

White with #C9710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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