Html Css Color HEX #C17315 Ochre

📋 copy color: '#C17315'

red 193 ◦ green 115 ◦ blue 21

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

Shades of Ochre #C17315

Tints of Ochre #C17315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 58.66%
G = 34.95%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C17315 (or 0xC17315) is known color: Ochre. HEX triplet: C1, 73 and 15. RGB value is (193,115,21). Sum of RGB (Red+Green+Blue) = 193+115+21=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C17315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17315 is #3E8CEA. Grayscale: #808080. Windows color (decimal): -4099307 or 1405889. OLE color: 1405889.

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

Color convert

RGB 193 115 21 -
CMYK 0 0.40 0.89 0.24
HSL 32.79º 0.8% 0.42% -
HSV(B) 32.79º 0.89% 0.76% -
XYZ 28.26 23.65 3.79 -
YUV 127.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 193 115 21 0 0.40 0.89 0.24 32.79 0.8 0.42
Hex C1 73 15 0 28 59 18 21 50 2A
Octal 301 163 25 0 50 131 30 41 120 52
Binary 11000001 1110011 10101 0 101000 1011001 11000 100001 1010000 101010

Color Harmonies of #C17315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17315

Black with #C17315

Text Example


Text Example

White with #C17315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17315; }

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

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

background-color css

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

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

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

border-color css

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

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

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