Html Css Color HEX #C17A15 Ochre

📋 copy color: '#C17A15'

red 193 ◦ green 122 ◦ blue 21

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

Shades of Ochre #C17A15

Tints of Ochre #C17A15

RGB

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

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

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

R = 57.44%
G = 36.31%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C17A15 (or 0xC17A15) is known color: Ochre. HEX triplet: C1, 7A and 15. RGB value is (193,122,21). Sum of RGB (Red+Green+Blue) = 193+122+21=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17A15 is #3E85EA. Grayscale: #848484. Windows color (decimal): -4097515 or 1407681. OLE color: 1407681.

HSL color Cylindrical-coordinate representation of color #C17A15: hue angle of 35.23º 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 #C17A15 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 122 21 -
CMYK 0 0.37 0.89 0.24
HSL 35.23º 0.8% 0.42% -
HSV(B) 35.23º 0.89% 0.76% -
XYZ 29.09 25.31 4.06 -
YUV 131.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 193 122 21 0 0.37 0.89 0.24 35.23 0.8 0.42
Hex C1 7A 15 0 25 59 18 23 50 2A
Octal 301 172 25 0 45 131 30 43 120 52
Binary 11000001 1111010 10101 0 100101 1011001 11000 100011 1010000 101010

Color Harmonies of #C17A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A15

Black with #C17A15

Text Example


Text Example

White with #C17A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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