Html Css Color HEX #C07415 Ochre

📋 copy color: '#C07415'

red 192 ◦ green 116 ◦ blue 21

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

Shades of Ochre #C07415

Tints of Ochre #C07415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

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

R = 58.36%
G = 35.26%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07415 (or 0xC07415) is known color: Ochre. HEX triplet: C0, 74 and 15. RGB value is (192,116,21). Sum of RGB (Red+Green+Blue) = 192+116+21=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07415 is #3F8BEA. Grayscale: #808080. Windows color (decimal): -4164587 or 1406144. OLE color: 1406144.

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

Color convert

RGB 192 116 21 -
CMYK 0 0.40 0.89 0.25
HSL 33.33º 0.8% 0.42% -
HSV(B) 33.33º 0.89% 0.75% -
XYZ 28.12 23.75 3.81 -
YUV 127.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 192 116 21 0 0.40 0.89 0.25 33.33 0.8 0.42
Hex C0 74 15 0 28 59 19 21 50 2A
Octal 300 164 25 0 50 131 31 41 120 52
Binary 11000000 1110100 10101 0 101000 1011001 11001 100001 1010000 101010

Color Harmonies of #C07415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07415

Black with #C07415

Text Example


Text Example

White with #C07415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07415; }

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

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

background-color css

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

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

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

border-color css

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

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

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