Html Css Color HEX #C17015 Ochre

📋 copy color: '#C17015'

red 193 ◦ green 112 ◦ blue 21

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

Shades of Ochre #C17015

Tints of Ochre #C17015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 59.2%
G = 34.36%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C17015 (or 0xC17015) is known color: Ochre. HEX triplet: C1, 70 and 15. RGB value is (193,112,21). Sum of RGB (Red+Green+Blue) = 193+112+21=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C17015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17015 is #3E8FEA. Grayscale: #7E7E7E. Windows color (decimal): -4100075 or 1405121. OLE color: 1405121.

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

Color convert

RGB 193 112 21 -
CMYK 0 0.42 0.89 0.24
HSL 31.74º 0.8% 0.42% -
HSV(B) 31.74º 0.89% 0.76% -
XYZ 27.92 22.98 3.67 -
YUV 125.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 193 112 21 0 0.42 0.89 0.24 31.74 0.8 0.42
Hex C1 70 15 0 2A 59 18 20 50 2A
Octal 301 160 25 0 52 131 30 40 120 52
Binary 11000001 1110000 10101 0 101010 1011001 11000 100000 1010000 101010

Color Harmonies of #C17015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17015

Black with #C17015

Text Example


Text Example

White with #C17015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17015; }

 p { color: rgb(193,112,21); }

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

background-color css

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

 a { background-color: rgb(193,112,21); }

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

border-color css

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

 span { border-color: rgb(193,112,21); }

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