Html Css Color HEX #C07A1A Ochre

📋 copy color: '#C07A1A'

red 192 ◦ green 122 ◦ blue 26

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

Shades of Ochre #C07A1A

Tints of Ochre #C07A1A

RGB

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

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

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

R = 56.47%
G = 35.88%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C07A1A (or 0xC07A1A) is known color: Ochre. HEX triplet: C0, 7A and 1A. RGB value is (192,122,26). Sum of RGB (Red+Green+Blue) = 192+122+26=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A1A is #3F85E5. Grayscale: #848484. Windows color (decimal): -4163046 or 1735360. OLE color: 1735360.

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

Color convert

RGB 192 122 26 -
CMYK 0 0.36 0.86 0.25
HSL 34.7º 0.76% 0.43% -
HSV(B) 34.7º 0.86% 0.75% -
XYZ 28.88 25.2 4.32 -
YUV 131.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 192 122 26 0 0.36 0.86 0.25 34.7 0.76 0.43
Hex C0 7A 1A 0 24 56 19 23 4C 2B
Octal 300 172 32 0 44 126 31 43 114 53
Binary 11000000 1111010 11010 0 100100 1010110 11001 100011 1001100 101011

Color Harmonies of #C07A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A1A

Black with #C07A1A

Text Example


Text Example

White with #C07A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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