Html Css Color HEX #C07A15 Ochre

📋 copy color: '#C07A15'

red 192 ◦ green 122 ◦ blue 21

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

Shades of Ochre #C07A15

Tints of Ochre #C07A15

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.42%

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

R = 57.31%
G = 36.42%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07A15 (or 0xC07A15) is known color: Ochre. HEX triplet: C0, 7A and 15. RGB value is (192,122,21). Sum of RGB (Red+Green+Blue) = 192+122+21=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A15 is #3F85EA. Grayscale: #838383. Windows color (decimal): -4163051 or 1407680. OLE color: 1407680.

HSL color Cylindrical-coordinate representation of color #C07A15: hue angle of 35.44º 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 #C07A15 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 21 -
CMYK 0 0.36 0.89 0.25
HSL 35.44º 0.8% 0.42% -
HSV(B) 35.44º 0.89% 0.75% -
XYZ 28.83 25.18 4.05 -
YUV 131.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 192 122 21 0 0.36 0.89 0.25 35.44 0.8 0.42
Hex C0 7A 15 0 24 59 19 23 50 2A
Octal 300 172 25 0 44 131 31 43 120 52
Binary 11000000 1111010 10101 0 100100 1011001 11001 100011 1010000 101010

Color Harmonies of #C07A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A15

Black with #C07A15

Text Example


Text Example

White with #C07A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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