Html Css Color HEX #C0710F Ochre

📋 copy color: '#C0710F'

red 192 ◦ green 113 ◦ blue 15

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

Shades of Ochre #C0710F

Tints of Ochre #C0710F

RGB

 RED value IS 192 (75.39% from 255) = 60%

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

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

R = 60%
G = 35.31%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0710F (or 0xC0710F) is known color: Ochre. HEX triplet: C0, 71 and 0F. RGB value is (192,113,15). Sum of RGB (Red+Green+Blue) = 192+113+15=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0710F is #3F8EF0. Grayscale: #7D7D7D. Windows color (decimal): -4165361 or 1012160. OLE color: 1012160.

HSL color Cylindrical-coordinate representation of color #C0710F: hue angle of 33.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0710F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 15 -
CMYK 0 0.41 0.92 0.25
HSL 33.22º 0.86% 0.41% -
HSV(B) 33.22º 0.92% 0.75% -
XYZ 27.73 23.05 3.44 -
YUV 125.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 192 113 15 0 0.41 0.92 0.25 33.22 0.86 0.41
Hex C0 71 F 0 29 5C 19 21 56 29
Octal 300 161 17 0 51 134 31 41 126 51
Binary 11000000 1110001 1111 0 101001 1011100 11001 100001 1010110 101001

Color Harmonies of #C0710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0710F

Black with #C0710F

Text Example


Text Example

White with #C0710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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