Html Css Color HEX #C07F1A Ochre

📋 copy color: '#C07F1A'

red 192 ◦ green 127 ◦ blue 26

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

Shades of Ochre #C07F1A

Tints of Ochre #C07F1A

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 55.65%
G = 36.81%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C07F1A (or 0xC07F1A) is known color: Ochre. HEX triplet: C0, 7F and 1A. RGB value is (192,127,26). Sum of RGB (Red+Green+Blue) = 192+127+26=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F1A is #3F80E5. Grayscale: #878787. Windows color (decimal): -4161766 or 1736640. OLE color: 1736640.

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

Color convert

RGB 192 127 26 -
CMYK 0 0.34 0.86 0.25
HSL 36.51º 0.76% 0.43% -
HSV(B) 36.51º 0.86% 0.75% -
XYZ 29.51 26.46 4.53 -
YUV 134.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 192 127 26 0 0.34 0.86 0.25 36.51 0.76 0.43
Hex C0 7F 1A 0 22 56 19 25 4C 2B
Octal 300 177 32 0 42 126 31 45 114 53
Binary 11000000 1111111 11010 0 100010 1010110 11001 100101 1001100 101011

Color Harmonies of #C07F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F1A

Black with #C07F1A

Text Example


Text Example

White with #C07F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F1A; }

 p { color: rgb(192,127,26); }

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

background-color css

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

 a { background-color: rgb(192,127,26); }

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

border-color css

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

 span { border-color: rgb(192,127,26); }

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