Html Css Color HEX #C17D18 Ochre

📋 copy color: '#C17D18'

red 193 ◦ green 125 ◦ blue 24

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

Shades of Ochre #C17D18

Tints of Ochre #C17D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.55%

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

R = 56.43%
G = 36.55%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17D18 (or 0xC17D18) is known color: Ochre. HEX triplet: C1, 7D and 18. RGB value is (193,125,24). Sum of RGB (Red+Green+Blue) = 193+125+24=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17D18 is #3E82E7. Grayscale: #868686. Windows color (decimal): -4096744 or 1605057. OLE color: 1605057.

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

Color convert

RGB 193 125 24 -
CMYK 0 0.35 0.88 0.24
HSL 35.86º 0.78% 0.43% -
HSV(B) 35.86º 0.88% 0.76% -
XYZ 29.49 26.07 4.34 -
YUV 133.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 193 125 24 0 0.35 0.88 0.24 35.86 0.78 0.43
Hex C1 7D 18 0 23 58 18 24 4E 2B
Octal 301 175 30 0 43 130 30 44 116 53
Binary 11000001 1111101 11000 0 100011 1011000 11000 100100 1001110 101011

Color Harmonies of #C17D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D18

Black with #C17D18

Text Example


Text Example

White with #C17D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D18; }

 p { color: rgb(193,125,24); }

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

background-color css

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

 a { background-color: rgb(193,125,24); }

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

border-color css

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

 span { border-color: rgb(193,125,24); }

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