Html Css Color HEX #C07015 Ochre

📋 copy color: '#C07015'

red 192 ◦ green 112 ◦ blue 21

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

Shades of Ochre #C07015

Tints of Ochre #C07015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 59.08%
G = 34.46%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07015 (or 0xC07015) is known color: Ochre. HEX triplet: C0, 70 and 15. RGB value is (192,112,21). Sum of RGB (Red+Green+Blue) = 192+112+21=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C07015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07015 is #3F8FEA. Grayscale: #7D7D7D. Windows color (decimal): -4165611 or 1405120. OLE color: 1405120.

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

Color convert

RGB 192 112 21 -
CMYK 0 0.42 0.89 0.25
HSL 31.93º 0.8% 0.42% -
HSV(B) 31.93º 0.89% 0.75% -
XYZ 27.67 22.85 3.66 -
YUV 125.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 192 112 21 0 0.42 0.89 0.25 31.93 0.8 0.42
Hex C0 70 15 0 2A 59 19 20 50 2A
Octal 300 160 25 0 52 131 31 40 120 52
Binary 11000000 1110000 10101 0 101010 1011001 11001 100000 1010000 101010

Color Harmonies of #C07015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07015

Black with #C07015

Text Example


Text Example

White with #C07015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07015; }

 p { color: rgb(192,112,21); }

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

background-color css

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

 a { background-color: rgb(192,112,21); }

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

border-color css

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

 span { border-color: rgb(192,112,21); }

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