Html Css Color HEX #C27019 Ochre

📋 copy color: '#C27019'

red 194 ◦ green 112 ◦ blue 25

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

Shades of Ochre #C27019

Tints of Ochre #C27019

RGB

 RED value IS 194 (76.17% from 255) = 58.61%

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

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 58.61%
G = 33.84%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C27019 (or 0xC27019) is known color: Ochre. HEX triplet: C2, 70 and 19. RGB value is (194,112,25). Sum of RGB (Red+Green+Blue) = 194+112+25=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C27019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27019 is #3D8FE6. Grayscale: #7F7F7F. Windows color (decimal): -4034535 or 1667266. OLE color: 1667266.

HSL color Cylindrical-coordinate representation of color #C27019: hue angle of 30.89º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C27019 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 25 -
CMYK 0 0.42 0.87 0.24
HSL 30.89º 0.77% 0.43% -
HSV(B) 30.89º 0.87% 0.76% -
XYZ 28.22 23.13 3.9 -
YUV 126.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 194 112 25 0 0.42 0.87 0.24 30.89 0.77 0.43
Hex C2 70 19 0 2A 57 18 1F 4D 2B
Octal 302 160 31 0 52 127 30 37 115 53
Binary 11000010 1110000 11001 0 101010 1010111 11000 11111 1001101 101011

Color Harmonies of #C27019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27019

Black with #C27019

Text Example


Text Example

White with #C27019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27019; }

 p { color: rgb(194,112,25); }

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

background-color css

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

 a { background-color: rgb(194,112,25); }

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

border-color css

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

 span { border-color: rgb(194,112,25); }

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