Html Css Color HEX #C28018 Ochre

📋 copy color: '#C28018'

red 194 ◦ green 128 ◦ blue 24

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

Shades of Ochre #C28018

Tints of Ochre #C28018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 24 (9.77% from 255) = 6.94%

R = 56.07%
G = 36.99%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C28018 (or 0xC28018) is known color: Ochre. HEX triplet: C2, 80 and 18. RGB value is (194,128,24). Sum of RGB (Red+Green+Blue) = 194+128+24=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C28018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28018 is #3D7FE7. Grayscale: #888888. Windows color (decimal): -4030440 or 1605826. OLE color: 1605826.

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

Color convert

RGB 194 128 24 -
CMYK 0 0.34 0.88 0.24
HSL 36.71º 0.78% 0.43% -
HSV(B) 36.71º 0.88% 0.76% -
XYZ 30.13 26.97 4.48 -
YUV 135.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 194 128 24 0 0.34 0.88 0.24 36.71 0.78 0.43
Hex C2 80 18 0 22 58 18 25 4E 2B
Octal 302 200 30 0 42 130 30 45 116 53
Binary 11000010 10000000 11000 0 100010 1011000 11000 100101 1001110 101011

Color Harmonies of #C28018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28018

Black with #C28018

Text Example


Text Example

White with #C28018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28018; }

 p { color: rgb(194,128,24); }

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

background-color css

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

 a { background-color: rgb(194,128,24); }

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

border-color css

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

 span { border-color: rgb(194,128,24); }

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