Html Css Color HEX #C17414 Ochre

📋 copy color: '#C17414'

red 193 ◦ green 116 ◦ blue 20

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

Shades of Ochre #C17414

Tints of Ochre #C17414

RGB

 RED value IS 193 (75.78% from 255) = 58.66%

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 58.66%
G = 35.26%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C17414 (or 0xC17414) is known color: Ochre. HEX triplet: C1, 74 and 14. RGB value is (193,116,20). Sum of RGB (Red+Green+Blue) = 193+116+20=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C17414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17414 is #3E8BEB. Grayscale: #808080. Windows color (decimal): -4099052 or 1340609. OLE color: 1340609.

HSL color Cylindrical-coordinate representation of color #C17414: hue angle of 33.29º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17414 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 116 20 -
CMYK 0 0.40 0.90 0.24
HSL 33.29º 0.81% 0.42% -
HSV(B) 33.29º 0.9% 0.76% -
XYZ 28.36 23.88 3.78 -
YUV 128.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 193 116 20 0 0.40 0.90 0.24 33.29 0.81 0.42
Hex C1 74 14 0 28 5A 18 21 51 2A
Octal 301 164 24 0 50 132 30 41 121 52
Binary 11000001 1110100 10100 0 101000 1011010 11000 100001 1010001 101010

Color Harmonies of #C17414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17414

Black with #C17414

Text Example


Text Example

White with #C17414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17414; }

 p { color: rgb(193,116,20); }

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

background-color css

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

 a { background-color: rgb(193,116,20); }

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

border-color css

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

 span { border-color: rgb(193,116,20); }

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